handle many users in a message #2912
This commit is contained in:
parent
76450f7882
commit
ecc86c1f86
2 changed files with 12 additions and 14 deletions
|
|
@ -3,21 +3,15 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.conversation_participants
|
.conversation_participants
|
||||||
.span-14.last
|
.right
|
||||||
.right
|
= link_to(image_tag('deletelabel.png'), conversation_visibility_path(conversation), :method => 'delete', :confirm => "#{t('.delete')}?", :title => t('.delete'))
|
||||||
= link_to(image_tag('deletelabel.png'), conversation_visibility_path(conversation), :method => 'delete', :confirm => "#{t('.delete')}?", :title => t('.delete'))
|
|
||||||
|
|
||||||
%h3{ :class => direction_for(conversation.subject) }
|
%h3{ :class => direction_for(conversation.subject) }
|
||||||
= conversation.subject
|
= conversation.subject
|
||||||
|
|
||||||
- for participant in conversation.participants
|
- for participant in conversation.participants
|
||||||
= person_image_link(participant)
|
= person_image_link(participant)
|
||||||
|
|
||||||
%br
|
|
||||||
%br
|
|
||||||
%br
|
|
||||||
%br
|
|
||||||
%br
|
|
||||||
.span-15.last
|
.span-15.last
|
||||||
.stream
|
.stream
|
||||||
= render :partial => 'messages/message', :collection => conversation.messages
|
= render :partial => 'messages/message', :collection => conversation.messages
|
||||||
|
|
|
||||||
|
|
@ -1831,7 +1831,7 @@ ul#press_logos
|
||||||
:z-index 3
|
:z-index 3
|
||||||
:background
|
:background
|
||||||
:color $background
|
:color $background
|
||||||
:position fixed
|
:position relative
|
||||||
:margin
|
:margin
|
||||||
:bottom 10px
|
:bottom 10px
|
||||||
|
|
||||||
|
|
@ -1857,6 +1857,10 @@ ul#press_logos
|
||||||
:line
|
:line
|
||||||
:height 0
|
:height 0
|
||||||
|
|
||||||
|
a img
|
||||||
|
:margin
|
||||||
|
:bottom 4px
|
||||||
|
|
||||||
.conversation_controls
|
.conversation_controls
|
||||||
a
|
a
|
||||||
:margin
|
:margin
|
||||||
|
|
@ -1867,7 +1871,7 @@ ul#press_logos
|
||||||
|
|
||||||
:border
|
:border
|
||||||
:bottom 1px solid #ddd
|
:bottom 1px solid #ddd
|
||||||
:padding 15px
|
:padding 10px
|
||||||
:top 101px
|
:top 101px
|
||||||
:bottom 10px
|
:bottom 10px
|
||||||
:width 560px
|
:width 560px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue