Sha256: 2cba99e33959d49d2d42fe665c3e849e2d3b11c4cbfbfa568517d7cda5957f7c
Contents?: true
Size: 352 Bytes
Versions: 16
Compression:
Stored size: 352 Bytes
Contents
<% button_title = following ? I18n.t('fms.follow_stop') : I18n.t('fms.follow') %> <% follow_class = following ? 'btn btn-default btn-small follow_active' : 'btn btn-default btn-small' %> <%= button_to button_title, forum_forum_topic_toggle_follow_path(@forum, @forum_topic.id), remote: true, method: :patch, id: 'follow_button', class: follow_class %>
Version data entries
16 entries across 16 versions & 1 rubygems