From 804067d9c30f8b0cd539d2f31a37a052976df711 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 24 Feb 2015 22:33:22 -0600 Subject: [PATCH] Quick conversion of Global Activity page into the standard one-column layout. This will eventually be turned into a two-col layout. --- views/activity.erb | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/views/activity.erb b/views/activity.erb index 29961c04..641920a7 100644 --- a/views/activity.erb +++ b/views/activity.erb @@ -1,26 +1,19 @@ -
-
-
-

Latest Activity on Neocities

-
+
+
+

Latest Activity on Neocities

- -
-
-
-
- <% if !signed_in? %> -
-

All the latest Neocities site news!

-

- Neocities allows everyone create a free web site to express themselves. Want to create your own awesome site? Join us! -

-
- <% end %> - - <%== erb :'_news', locals: {current_site: nil, events: @events} %> +
+
+ <% if !signed_in? %> +
+

All the latest Neocities site news!

+

+ Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? Join us! +

-
+ <% end %> + + <%== erb :'_news', locals: {current_site: nil, events: @events} %>
-
+
\ No newline at end of file