diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 0a10fe7e..cd1461fc 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -662,6 +662,10 @@ margin: 20px auto 2em auto; text-align: center; + .btn:last-child { + margin-left: 10px; + } + @media (max-device-width:480px), screen and (max-width:800px) { text-align: left; } diff --git a/views/_follows.erb b/views/_follows.erb index 79efe190..0517ae9f 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -1,7 +1,7 @@ <% site_followings = site.followings %> <% if (!is_current_site && !site_followings.empty?) || is_current_site %>
-

<%= is_current_site ? 'You follow' : 'This site follows' %>

+

<%= is_current_site ? 'You follow' : 'This site follows' %>

<% if site_followings.empty? %>

You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> diff --git a/views/home.erb b/views/home.erb index 22cca624..5c1492c7 100644 --- a/views/home.erb +++ b/views/home.erb @@ -107,7 +107,8 @@

- View Site Profile + Profile + '> Share
<%== erb :'_follows', layout: false, locals: {site: site, is_current_site: site == current_site} %> diff --git a/views/site.erb b/views/site.erb index f2924c6e..2a7eb8d4 100644 --- a/views/site.erb +++ b/views/site.erb @@ -30,7 +30,7 @@
<% if current_site == site %> - Edit Site + Edit Site <% end %> <% if current_site && current_site != site %>