some fixes
This commit is contained in:
parent
f3a3c6bded
commit
a1352b9402
5 changed files with 29 additions and 21 deletions
|
@ -2,7 +2,7 @@
|
|||
<span class="title"><%= t(:attachments,:scope=>:message) %></span>
|
||||
<% if not @attachments.size.zero? %>
|
||||
<% trclass = :even %>
|
||||
<table>
|
||||
<table class="table">
|
||||
<% @attachments.each do |a| %>
|
||||
<tr class="<%= trclass.to_s %>">
|
||||
<%= render :partial => 'messages/file_attach', :object => a %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue