From eed046377712962d40eb13175092db0f066149ab Mon Sep 17 00:00:00 2001 From: Naman Gupta <01namangupta@gmail.com> Date: Wed, 17 Jan 2018 00:45:14 +0530 Subject: [PATCH] Corrected unsubscribe tag button behaviour (#2014) --- app/views/home/subscriptions.html.erb | 2 +- app/views/tag/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/subscriptions.html.erb b/app/views/home/subscriptions.html.erb index a15bff8283..3469cc0cfb 100644 --- a/app/views/home/subscriptions.html.erb +++ b/app/views/home/subscriptions.html.erb @@ -6,7 +6,7 @@
<% if current_user.following("everything") %> - <%= t('home.subscriptions.following') %> <%= t('home.subscriptions.research_notes') %> + <%= t('home.subscriptions.following') %> <%= t('home.subscriptions.research_notes') %> <% else %> <%= t('home.subscriptions.subscribe_to') %> <%= t('home.subscriptions.all') %> <%= t('home.subscriptions.notes') %> <% end %> diff --git a/app/views/tag/show.html.erb b/app/views/tag/show.html.erb index 84fe1bd8c8..f2df98ff3c 100644 --- a/app/views/tag/show.html.erb +++ b/app/views/tag/show.html.erb @@ -44,7 +44,7 @@ RSS <% unless @wildcard %> <% if current_user.following(params[:id]) %> - <%= t('tag.show.following') %> <%= params[:id] %> + <%= t('tag.show.following') %> <%= params[:id] %> <% else %> <%= t('tag.show.follow') %> <%= params[:id] %> <% end %>