/status: add missing template files.
Add missing templates that were forgotten in 7a87225ac.
This commit is contained in:
7
app/views/status/_list.html.erb
Normal file
7
app/views/status/_list.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<%# hash %>
|
||||
<dl>
|
||||
<% hash.each do |key, value| %>
|
||||
<dt><%= key.to_s.humanize %></dt>
|
||||
<dd><%= value %></dd>
|
||||
<% end %>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user