Files
danbooru/app/views/status/_list.html.erb
evazion c97186abd7 /status: add missing template files.
Add missing templates that were forgotten in 7a87225ac.
2020-12-19 00:27:24 -06:00

8 lines
133 B
Plaintext

<%# hash %>
<dl>
<% hash.each do |key, value| %>
<dt><%= key.to_s.humanize %></dt>
<dd><%= value %></dd>
<% end %>
</dl>