modified inbox a bit
This commit is contained in:
parent
fb48c6d995
commit
b821476ba6
|
@ -1,6 +1,8 @@
|
||||||
.container.j2-page
|
.container.j2-page
|
||||||
|
= render 'layouts/messages'
|
||||||
- @inbox.each do |i|
|
- @inbox.each do |i|
|
||||||
.panel.inbox-box{'data-id' => i.id}
|
.panel.panel-default.inbox-box{'data-id' => i.id}
|
||||||
|
.panel-body
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
= user_screen_name i.question.user, i.question.author_is_anonymous
|
= user_screen_name i.question.user, i.question.author_is_anonymous
|
||||||
|
@ -14,4 +16,5 @@
|
||||||
Answer
|
Answer
|
||||||
|
|
||||||
- if @inbox.empty?
|
- if @inbox.empty?
|
||||||
|
|
||||||
Nothing to see here.
|
Nothing to see here.
|
Loading…
Reference in New Issue