diff --git a/app/views/pages/getting_started7.html.erb b/app/views/pages/getting_started7.html.erb index 4c849d2..c660a36 100644 --- a/app/views/pages/getting_started7.html.erb +++ b/app/views/pages/getting_started7.html.erb @@ -1,53 +1,45 @@ <% content_for :page_title, t('.menu_title') %> -<% content_for :wrapper_class, "index_page" %> +<% content_for :wrapper_class, 'index_page' %>
<%= t '.intro' %>
- -<%= t '.connect_ex1' %>
-<%= t '.connect_ex2' %>
-<%= t('.connect_ex3').html_safe %>
-<%= t('.connect_ex4', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>
- -<%= t('.settings_ex1').html_safe %>
-<%= t '.settings_ex2' %>
- -<%= t('.profile_ex', part1_link: link_to(t('pages.tutorials.part1'), sign_up_path)).html_safe %>
-<%= t '.account_ex2' %>
-<%= t('.account_ex3').html_safe %>
- -<%= t '.account_ex1' %>
-<%= t '.account_ex4' %>
- -<%= t('.privacy_ex', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>
- -<%= t '.services_ex' %>
--
<%= t('.finish1').html_safe %>
- -- -
<%= link_to t('pages.getting_started6.byline'), conversations_url %> | <%= link_to t('pages.tutorials.headline'), tutorials_url %>
- -<%= t '.intro' %>
+ +<%= t '.connect_ex1' %>
+<%= t '.connect_ex2' %>
+<%= t('.connect_ex3').html_safe %>
+<%= t('.connect_ex4', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>
+ +<%= t('.settings_ex1').html_safe %>
+<%= t '.settings_ex2' %>
+ +<%= t('.profile_ex', part1_link: link_to(t('pages.tutorials.part1'), sign_up_path)).html_safe %>
+<%= t '.account_ex2' %>
+<%= t('.account_ex3').html_safe %>
+ +<%= t '.account_ex1' %>
+<%= t '.account_ex4' %>
+ +<%= t('.privacy_ex', part5_link: link_to(t('pages.tutorials.part5'), sharing_path)).html_safe %>
+ +<%= t '.services_ex' %>
+<%= t('.finish1').html_safe %>
+ +<%= link_to t('pages.getting_started6.byline'), conversations_url %> | <%= link_to t('pages.tutorials.headline'), tutorials_url %>