mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
sorting comments after event title and created at in index
This commit is contained in:
parent
8dd0ac7c1d
commit
bc67cac873
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
.panel.well
|
||||
%ul
|
||||
- @comments.each do |conference, events|
|
||||
%li= conference.title
|
||||
%i.li= conference.title
|
||||
- events.each do |event, comments|
|
||||
%li= event.title
|
||||
%b.li= event.title
|
||||
- comments.each do |comment|
|
||||
%li= comment.body
|
||||
%li= comment.user.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue