master
1<div class="content">
2 <h1 class="title">Get Started</h1>
3 <p class="has-text-centered"> <%= t('.blurb_html', email: current_user.import_address) %> </p>
4 <p class="control has-addons">
5 <%= text_field_tag :import_address, current_user.import_address, class: 'input is-expanded' %>
6 <button class="button clipboard-button" data-clipboard-target="#import_address">
7 <span class="icon"><i class="fa fa-copy"></i></span>
8 </button>
9 </p>
10 <p class="has-text-centered"> <%= mail_to(current_user.import_address, User.human_attribute_name(:import_address)) %> </p>
11 <% if current_user.default_time_zone? %>
12 <p> <i class="fa fa-warning"></i> <%= link_to t('.warning'), edit_profile_path(current_user.profile) %> </p>
13 <% end %>
14</div>
15
16<iframe width="560" height="560" src="https://www.youtube-nocookie.com/embed/vVowk0wSiwY?rel=0" frameborder="0" allowfullscreen></iframe>