From 1e995a6ee93cc600328ee096ffaffc26a47cc8ce Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sat, 13 Dec 2014 19:54:55 +0100 Subject: [PATCH] make pages#getting_started4 pretty again --- .../connecting}/add-contact.png | Bin .../getting_started/connecting}/invite.png | Bin app/views/pages/getting_started4.html.erb | 155 +++++++++--------- 3 files changed, 74 insertions(+), 81 deletions(-) rename app/assets/images/{ => pages/getting_started/connecting}/add-contact.png (100%) rename app/assets/images/{ => pages/getting_started/connecting}/invite.png (100%) diff --git a/app/assets/images/add-contact.png b/app/assets/images/pages/getting_started/connecting/add-contact.png similarity index 100% rename from app/assets/images/add-contact.png rename to app/assets/images/pages/getting_started/connecting/add-contact.png diff --git a/app/assets/images/invite.png b/app/assets/images/pages/getting_started/connecting/invite.png similarity index 100% rename from app/assets/images/invite.png rename to app/assets/images/pages/getting_started/connecting/invite.png diff --git a/app/views/pages/getting_started4.html.erb b/app/views/pages/getting_started4.html.erb index 51f7825..327afc7 100644 --- a/app/views/pages/getting_started4.html.erb +++ b/app/views/pages/getting_started4.html.erb @@ -1,5 +1,5 @@ <% content_for :page_title, t('.menu_title') %> -<% content_for :wrapper_class, "index_page" %> +<% content_for :wrapper_class, 'index-page' %>
@@ -9,89 +9,82 @@
-
-
  +
+
+

<%= t '.aspects1' %>

+

<%= t '.sharing' %>

+

<%= t '.sharing_ex' %>

+

<%= t '.relationships' %>

+ +
<%= t '.followers' %>
+

<%= t '.followers_ex1' %>

+

<%= t '.followers_ex2' %>

+

<%= t '.followers_ex3' %>

+ +
<%= t '.following' %>
+

<%= t '.following_ex1' %>

+

<%= t '.following_ex2' %>

+ +
<%= t '.mutual' %>
+

<%= t '.mutual_ex1' %>

+

<%= t '.mutual_ex2' %>

+
    +
  • <%= t '.mutual_ls1' %>
  • +
  • <%= t '.mutual_ls2' %>
  • +
  • <%= t '.mutual_ls3' %>
  • +
  • <%= t '.mutual_ls4' %>
  • +
+

<%= t('.mutual_ex3').html_safe %>

+ +

<%= t '.finding' %>

+

<%= t '.finding_ex1' %>

+

<%= t '.finding_ex2' %>

-
-

<%= t '.aspects1' %>

-

<%= t '.sharing' %>

-

<%= t '.sharing_ex' %>

-

<%= t '.relationships' %>

- -
<%= t '.followers' %>
-

<%= t '.followers_ex1' %>

-

<%= t '.followers_ex2' %>

-

<%= t '.followers_ex3' %>

- -
<%= t '.following' %>
-

<%= t '.following_ex1' %>

-

<%= t '.following_ex2' %>

- -
<%= t '.mutual' %>
-

<%= t '.mutual_ex1' %>

-

<%= t '.mutual_ex2' %>

-
    -
  • <%= t '.mutual_ls1' %>
  • -
  • <%= t '.mutual_ls2' %>
  • -
  • <%= t '.mutual_ls3' %>
  • -
  • <%= t '.mutual_ls4' %>
  • -
-

<%= t('.mutual_ex3').html_safe %>

- -

<%= t '.finding' %>

-

<%= t '.finding_ex1' %>

-

<%= t '.finding_ex2' %>

-
-
 
-
+
-
-
 
-
-
<%= t '.search' %>
-

<%= t '.search_ex' %>

-
    -
  • <%= t '.search_ls1' %>
  • -
  • <%= t '.search_ls2' %>
  • -
  • <%= t('.search_ls3').html_safe %>
  • -
  • <%= t('.search_ls4').html_safe %>
  • -
  • <%= t('.search_ls5').html_safe%>
  • -
  • <%= t '.search_ls6' %>
  • -
- -
<%= t '.invite' %>
-

<%= t('.invite_ex').html_safe %>

-
-
<%= image_tag "add-contact.png" %>
-
<%= image_tag "invite.png" %>
-
- -
-
 
-
-
<%= t '.profile' %>
-

<%= t '.profile_ex1' %>

-

<%= t '.profile_ex2' %>

- -
<%= t '.tags' %>
-

<%= t '.tags_ex' %>

- -

<%= t '.removing' %>

-

<%= t '.removing_ex1' %> -

    -
  1. <%= t '.removing_ex2' %>
  2. -
  3. <%= t '.removing_ex3' %>
  4. -
- <%= t '.removing_ex4' %>

-

<%= t('.removing_ex5', part3_link: link_to(t('pages.tutorials.part3'), aspects_path)).html_safe %>

-

 

-

<%= t('.finish').html_safe %>

+
+
+
<%= t '.search' %>
+

<%= t '.search_ex' %>

+
    +
  • <%= t '.search_ls1' %>
  • +
  • <%= t '.search_ls2' %>
  • +
  • <%= t('.search_ls3').html_safe %>
  • +
  • <%= t('.search_ls4').html_safe %>
  • +
  • <%= t('.search_ls5').html_safe%>
  • +
  • <%= t '.search_ls6' %>
  • +
-

 

- -

<%= link_to t('pages.getting_started3.byline'), aspects_url %> | <%= link_to t('pages.getting_started5.byline'), sharing_url %>

- -
+
<%= t '.invite' %>
+

<%= t('.invite_ex').html_safe %>

+
+
+

+ <%= image_tag 'pages/getting_started/connecting/add-contact.png' %> + <%= image_tag 'pages/getting_started/connecting/invite.png' %> +

+ +
+
+
<%= t '.profile' %>
+

<%= t '.profile_ex1' %>

+

<%= t '.profile_ex2' %>

+ +
<%= t '.tags' %>
+

<%= t '.tags_ex' %>

+ +

<%= t '.removing' %>

+

<%= t '.removing_ex1' %>

+
    +
  1. <%= t '.removing_ex2' %>
  2. +
  3. <%= t '.removing_ex3' %>
  4. +
+ <%= t '.removing_ex4' %>

+

<%= t('.removing_ex5', part3_link: link_to(t('pages.tutorials.part3'), aspects_path)).html_safe %>

+

<%= t('.finish').html_safe %>

+ +

<%= link_to t('pages.getting_started3.byline'), aspects_url %> | <%= link_to t('pages.getting_started5.byline'), sharing_url %>

+