From c165da6d58694739bdd3f227378e9918b6df8487 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sat, 13 Dec 2014 22:45:52 +0100 Subject: [PATCH] make pages#other_docs pretty again --- app/views/pages/other_docs.html.erb | 87 +++++++++++++++-------------- 1 file changed, 44 insertions(+), 43 deletions(-) diff --git a/app/views/pages/other_docs.html.erb b/app/views/pages/other_docs.html.erb index 1d9b773..b42d07c 100644 --- a/app/views/pages/other_docs.html.erb +++ b/app/views/pages/other_docs.html.erb @@ -1,55 +1,56 @@ <% content_for :page_title, t('.menu_title') %> -<% content_for :wrapper_class, "index_page" %> +<% content_for :wrapper_class, 'index_page' %>

<%= t '.headline' %>

-

<%= t '.byline' %>

+

<%= t '.byline' %>

-
-
  -
-
-

<%= t '.intro1' %>

-

<%= t '.intro2' %>

-

<%= t '.tutorials' %>

- -

<%= t '.about' %>

-
    -
  • <%= t '.about1' %>
  • -
  • <%= t('.wiki', wiki_link: link_to(t('.wiki_link_text'), "https://wiki.diasporafoundation.org/")).html_safe %>
  • -
  • <%= t('.wikipedia', wikipedia_link: link_to('diaspora*', "http://en.wikipedia.org/wiki/Diaspora_%28social_network%29"), wikipedia_software_link: link_to(t('.wikipedia_software_link_text'), "http://en.wikipedia.org/wiki/Diaspora_%28software%29")).html_safe %>
  • -
-

<%= t '.support' %>

-
    -
  • <%= t('.question').html_safe %>
  • -
  • <%= t('.mail', mail_link: link_to(t('.mail_link_text'), "http://groups.google.com/group/diaspora-discuss")).html_safe %>
  • -
  • <%= t('.irc', irc_link: link_to(t('.irc_link_text'), 'http://webchat.freenode.net/?channels=diaspora')).html_safe %> -
-

<%= t '.progress' %>

-
    -
  • <%= t('.blog', blog_link: link_to(t('.blog_link_text'), "http://blog.diasporafoundation.org/")).html_safe %>
  • -
  • <%= t('.changelog', changelog_link: link_to(t('.changelog_link_text'), "https://github.com/diaspora/diaspora/blob/develop/Changelog.md")).html_safe %>
  • -
  • Loomio – <%= t '.loomio' %>
  • -
-

<%= t '.communication' %>

-
    -
  • <%= t('.communicate', communicate_link: link_to(t('.communicate_link_text'), "https://wiki.diasporafoundation.org/How_we_communicate")).html_safe %>
  • -
-

<%= t '.other' %>

-
    -
  • <%= t('.manifesto', manifesto_link: link_to(t('.manifesto_link_text'), "http://userdatamanifesto.org/")).html_safe %>
  • -
-

 

-

<%= link_to t('pages.tutorials.headline'), tutorials_url %> | <%= link_to t('pages.tutorials.started_head'), sign_up_url %>

- -
-
+
+
+

<%= t '.intro1' %>

+

<%= t '.intro2' %>

+ +

<%= t '.tutorials' %>

+ + +

<%= t '.about' %>

+
    +
  • <%= t '.about1' %>
  • +
  • <%= t('.wiki', wiki_link: link_to(t('.wiki_link_text'), 'https://wiki.diasporafoundation.org/')).html_safe %>
  • +
  • <%= t('.wikipedia', wikipedia_link: link_to('diaspora*', 'http://en.wikipedia.org/wiki/Diaspora_%28social_network%29'), wikipedia_software_link: link_to(t('.wikipedia_software_link_text'), 'http://en.wikipedia.org/wiki/Diaspora_%28software%29')).html_safe %>
  • +
+ +

<%= t '.support' %>

+
    +
  • <%= t('.question').html_safe %>
  • +
  • <%= t('.mail', mail_link: link_to(t('.mail_link_text'), 'http://groups.google.com/group/diaspora-discuss')).html_safe %>
  • +
  • <%= t('.irc', irc_link: link_to(t('.irc_link_text'), 'http://webchat.freenode.net/?channels=diaspora')).html_safe %>
  • +
+ +

<%= t '.progress' %>

+
    +
  • <%= t('.blog', blog_link: link_to(t('.blog_link_text'), 'http://blog.diasporafoundation.org/')).html_safe %>
  • +
  • <%= t('.changelog', changelog_link: link_to(t('.changelog_link_text'), 'https://github.com/diaspora/diaspora/blob/develop/Changelog.md')).html_safe %>
  • +
  • Loomio – <%= t '.loomio' %>
  • +
+ +

<%= t '.communication' %>

+
    +
  • <%= t('.communicate', communicate_link: link_to(t('.communicate_link_text'), 'https://wiki.diasporafoundation.org/How_we_communicate')).html_safe %>
  • +
+ +

<%= t '.other' %>

+
    +
  • <%= t('.manifesto', manifesto_link: link_to(t('.manifesto_link_text'), 'http://userdatamanifesto.org/')).html_safe %>
  • +
+ +

<%= link_to t('pages.tutorials.headline'), tutorials_url %> | <%= link_to t('pages.tutorials.started_head'), sign_up_url %>