From 4072c467020aa3d9b7e1d98f81c9a2990f3e9501 Mon Sep 17 00:00:00 2001 From: NitinBhasneia Date: Mon, 17 Feb 2020 19:58:51 +0530 Subject: [PATCH 1/3] Eye icon added infromt of followers name --- app/views/tag/_contributors.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/_contributors.html.erb b/app/views/tag/_contributors.html.erb index 6590c68dd4..f638fc358f 100644 --- a/app/views/tag/_contributors.html.erb +++ b/app/views/tag/_contributors.html.erb @@ -49,7 +49,7 @@ <% if @users %> <% @users.each do |user| %> - <%= user.name %> + <%= user.name %><% if user.following(params[:id])%><% end %> <%= t('tag.contributors.notes') %> » <% end %> From b3ba5f12accd6c79fbbd3203e9fa1afe8d49912b Mon Sep 17 00:00:00 2001 From: NitinBhasneia Date: Wed, 19 Feb 2020 21:32:35 +0530 Subject: [PATCH 2/3] Notes >> arranged --- app/views/tag/_contributors.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/_contributors.html.erb b/app/views/tag/_contributors.html.erb index f638fc358f..a80ce3ee68 100644 --- a/app/views/tag/_contributors.html.erb +++ b/app/views/tag/_contributors.html.erb @@ -43,7 +43,7 @@
- + <% if @users %> From 78517d3061ab4bee712e892092bc4aabd9dc3d78 Mon Sep 17 00:00:00 2001 From: NitinBhasneia Date: Thu, 20 Feb 2020 02:14:50 +0530 Subject: [PATCH 3/3] Coloum named following added for eye icon --- app/views/tag/_contributors.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/tag/_contributors.html.erb b/app/views/tag/_contributors.html.erb index a80ce3ee68..06059e5b39 100644 --- a/app/views/tag/_contributors.html.erb +++ b/app/views/tag/_contributors.html.erb @@ -40,16 +40,18 @@ <% elsif @note_count.nil? || @note_count == 0 %>

<%= raw t('tag.contributors.no_contributors', :tag => params[:id]) %>:

<% else %> -
+
<%= t('tag.contributors.people_who\'ve_posted') %><%= t('tag.contributors.people_who\'ve_posted') %> <%= t('tag.contributors.notes') %>
- + + <% if @users %> <% @users.each do |user| %> - + + <% end %>
<%= t('tag.contributors.people_who\'ve_posted') %><%= t('tag.contributors.people_who\'ve_posted') %><%= t('tag.contributors.following') %> <%= t('tag.contributors.notes') %>
<%= user.name %><% if user.following(params[:id])%><% end %> <%= user.name %><% if user.following(params[:id])%><% end %> <%= t('tag.contributors.notes') %> »