mailr/app/views/messages/_attachments.html.haml
Wojciech Todryk 0daf487816 dev cont
2012-03-24 13:23:34 +01:00

10 lines
230 B
Plaintext
Executable file

%h1
%small
= t(:attachments,:scope=>:message)
%table{:class=>"table table-bordered"}
%tbody
- for idx in 0..@attachments.size-1
%tr
= render :partial => 'attachment', :locals => { :attachment => @attachments[idx] }