From 4bf071e5fde3a50a03f52f8adc32bf8cb6cf4aa8 Mon Sep 17 00:00:00 2001 From: Sneha Mishra <33183263+Tlazypanda@users.noreply.github.com> Date: Fri, 27 Mar 2020 00:20:14 +0530 Subject: [PATCH] fix alignment of twitter button (#7611) --- app/views/home/_social.html.erb | 19 +++++++++++++------ app/views/sidebar/_question.html.erb | 6 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/app/views/home/_social.html.erb b/app/views/home/_social.html.erb index 72bf2434a4..18d125909d 100644 --- a/app/views/home/_social.html.erb +++ b/app/views/home/_social.html.erb @@ -1,7 +1,7 @@
<% if Rails.env == "production" %>
- + -
Share
- Tweet +
<% end %>
+ + diff --git a/app/views/sidebar/_question.html.erb b/app/views/sidebar/_question.html.erb index 3ae64fa52a..aaf08f896f 100644 --- a/app/views/sidebar/_question.html.erb +++ b/app/views/sidebar/_question.html.erb @@ -1,7 +1,7 @@
<%= render :partial => "like/like", :locals => {:node => @node, :tagnames => @tagnames } %> - + <%= javascript_include_tag 'sidebar' %>