Some fixes to home view.
This commit is contained in:
parent
06f2cc2007
commit
1cf63fc40b
6 changed files with 17 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- unless @messages.empty?
|
||||
- unless messages.empty?
|
||||
%table.list
|
||||
%tbody
|
||||
- for message in @messages
|
||||
- for message in messages
|
||||
%tr{:class => cycle('even','odd', :name => 'messages')}
|
||||
%td= format_subject(message, subject_length)
|
||||
%td= h(message.sender_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue