Fix mobile conversation alerts
This commit is contained in:
parent
0c995eb629
commit
5c24714245
1 changed files with 2 additions and 4 deletions
|
|
@ -7,10 +7,8 @@
|
|||
= link_to t(".new_conversation"), new_conversation_path, class: "btn btn-default pull-right"
|
||||
|
||||
- flash.each do |name, msg|
|
||||
%div{ id: "flash_#{name}", class: "expose" }
|
||||
.message= msg
|
||||
.stream
|
||||
%p{ class: "conversation_#{name}" }= msg
|
||||
.alert{class: "alert-#{flash_class name}", role: "alert"}
|
||||
= msg
|
||||
|
||||
.conversation-inbox#conversation-inbox
|
||||
.stream.conversations
|
||||
|
|
|
|||
Loading…
Reference in a new issue