##// END OF EJS Templates
Changed style of the wiki edit form....
Changed style of the wiki edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8253 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6434:d7e2b3251a6e
r8133:17d08a939fad
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)) -%>