mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
WIP modified CommentsController#index
This commit is contained in:
parent
bc67cac873
commit
945bac1fe8
4 changed files with 30 additions and 5 deletions
|
|
@ -1,2 +1,10 @@
|
|||
.panel.well
|
||||
Some text
|
||||
%ul
|
||||
- @unread_comments.each do |conference, events|
|
||||
%i.li= conference.title
|
||||
- events.each do |event, comments|
|
||||
%b.li= event.title
|
||||
- comments.each do |comment|
|
||||
%li= comment.body
|
||||
%li= comment.user.name
|
||||
%li= comment.created_at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue