Make conversation delete clearer
This commit is contained in:
parent
e6836c46a7
commit
584684560e
2 changed files with 3 additions and 2 deletions
|
|
@ -8,10 +8,10 @@
|
|||
.span-9
|
||||
%h3
|
||||
= conversation.subject
|
||||
|
||||
|
||||
.conversation_controls
|
||||
= link_to (image_tag('reply.png', :height => 14, :width => 14) + ' ' + t('.reply')), '#', :id => 'reply_to_conversation'
|
||||
= link_to (image_tag('deletelabel.png') + ' ' + t('delete').downcase), conversation_conversation_visibility_path(conversation), :method => 'delete', :confirm => t('are_you_sure')
|
||||
= link_to (image_tag('deletelabel.png') + ' ' + t('.delete').downcase), conversation_conversation_visibility_path(conversation), :method => 'delete', :confirm => t('are_you_sure')
|
||||
|
||||
.span-6.avatars.last
|
||||
- for participant in conversation.participants
|
||||
|
|
|
|||
|
|
@ -538,6 +538,7 @@ en:
|
|||
no_messages: "no messages"
|
||||
show:
|
||||
reply: "reply"
|
||||
delete:"delete and block conversation"
|
||||
new:
|
||||
to: "to"
|
||||
subject: "subject"
|
||||
|
|
|
|||
Loading…
Reference in a new issue