Commit 95252de

mo khan <mo@mokhan.ca>
2016-05-28 13:53:29
add youtube video demonstration on how to upload a backup.
1 parent bcb6845
Changed files (1)
app
views
app/views/training_sessions/_import_address_modal.html.erb
@@ -14,14 +14,18 @@
     </div>
   </div>
   <p class="text-center"><%= mail_to(current_user.import_address, User.human_attribute_name(:import_address)) %></p>
-  <p class="text-center">
-    <%= link_to t('.help'), stronglifts_export_path %>
-    <i class="fa fa-question-circle"></i>
-  </p>
-  <a class="close-reveal-modal" aria-label="Close">&#215;</a>
   <% if current_user.default_time_zone? %>
     <div class="panel">
       <p><i class="fa fa-warning"></i><%= link_to t('.warning'), edit_profile_path(current_user.profile) %></p>
     </div>
   <% end %>
+
+  <div class="flex-video widescreen vimeo">
+    <iframe width="420" height="315" src="//www.youtube-nocookie.com/embed/vVowk0wSiwY?rel=0" frameborder="0" allowfullscreen></iframe>
+  </div>
+  <p class="text-center">
+    <%= link_to t('.help'), stronglifts_export_path %>
+    <i class="fa fa-question-circle"></i>
+  </p>
+  <a class="close-reveal-modal" aria-label="Close">&#215;</a>
 </div>