diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 355c3dfcb..f16230ed3 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -15,6 +15,14 @@ sizes: "200x200", type: "image/png" %> <%= content_for :social_media_meta_tags %> + <% unless user_signed_in? %> + + <% end %>
diff --git a/app/views/legislations/show.html.erb b/app/views/legislations/show.html.erb index 54c91fbf9..623eaa3b2 100644 --- a/app/views/legislations/show.html.erb +++ b/app/views/legislations/show.html.erb @@ -1,3 +1,9 @@ +<% unless user_signed_in? %> + +<% end %> +