##// END OF EJS Templates
Admin info cleanup....
Admin info cleanup. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3200 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3086:4398386c48bb
r3086:4398386c48bb
Show More
info.rhtml
14 lines | 456 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_information_plural)%></h2>
<p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p>
<table class="list">
<% @checklist.each do |label, result| %>
<tr class="<%= cycle 'odd', 'even' %>">
<td><%= l(label) %></td>
<td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %></td>
</tr>
<% end %>
</table>
<% html_title(l(:label_information_plural)) -%>