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
|
.span-9
|
||||||
%h3
|
%h3
|
||||||
= conversation.subject
|
= conversation.subject
|
||||||
|
|
||||||
.conversation_controls
|
.conversation_controls
|
||||||
= link_to (image_tag('reply.png', :height => 14, :width => 14) + ' ' + t('.reply')), '#', :id => 'reply_to_conversation'
|
= 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
|
.span-6.avatars.last
|
||||||
- for participant in conversation.participants
|
- for participant in conversation.participants
|
||||||
|
|
|
||||||
|
|
@ -538,6 +538,7 @@ en:
|
||||||
no_messages: "no messages"
|
no_messages: "no messages"
|
||||||
show:
|
show:
|
||||||
reply: "reply"
|
reply: "reply"
|
||||||
|
delete:"delete and block conversation"
|
||||||
new:
|
new:
|
||||||
to: "to"
|
to: "to"
|
||||||
subject: "subject"
|
subject: "subject"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue