Merge pull request #4206 from Alys/fetch-recent-messages-2014-11-01

change Fetch Recent Messages from tooltip to button text
This commit is contained in:
Alice Harris 2014-11-08 07:20:46 +10:00
commit 7ebc4763d3

View file

@ -24,5 +24,4 @@ form.chat-form(ng-submit='postChat(group,message.content)')
include ../../shared/formatting-help
.chat-buttons
input(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}')
button(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg'))
span.glyphicon.glyphicon-refresh
button(type="button", ng-click='sync(group)')=env.t('toolTipMsg')