Merge remote-tracking branch 'upstream/master' into routing-ui-tweaks-2
Conflicts: config/locales/de.yml
This commit is contained in:
commit
c3e2e6462f
381 changed files with 5384 additions and 1904 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
<div class="buttons clearfix subscribe-buttons">
|
||||
<form action="#" class="hide_unless_logged_in">
|
||||
<% if @changeset.subscribers.exists?(@user) %>
|
||||
<% if @user and @changeset.subscribers.exists?(@user.id) %>
|
||||
<input class="action-button" type="submit" name="unsubscribe" value="<%= t('javascripts.changesets.show.unsubscribe') %>" data-method="POST" data-url="<%= changeset_unsubscribe_url(@changeset) %>" />
|
||||
<% else %>
|
||||
<input class="action-button" type="submit" name="subscribe" value="<%= t('javascripts.changesets.show.subscribe') %>" data-method="POST" data-url="<%= changeset_subscribe_url(@changeset) %>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue