Merge pull request #657 from ndee/1050-cancel-message
Issue #1050: Changed cancel-link of a new message to back
This commit is contained in:
commit
d68c8a3a03
1 changed files with 1 additions and 1 deletions
|
|
@ -49,4 +49,4 @@
|
||||||
|
|
||||||
.text-right
|
.text-right
|
||||||
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button'
|
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button'
|
||||||
= link_to t('cancel'), conversations_path
|
= link_to t('cancel'), :back
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue