##// END OF EJS Templates
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper...
Rails3: helper: use html_safe at render_page_hierarchy of ApplicationHelper git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7584 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6434:d7e2b3251a6e
r7464:942cd9bac2be
Show More
info.html.erb
15 lines | 498 B | text/plain | TextLexer
<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)) -%>