5493: update user_profile test to expect getting_started modal for users with no...
[arvados.git] / apps / workbench / app / views / application / _getting_started_popup.html.erb
1 <%
2   update_getting_started_shown_user_pref() if current_user
3 %>
4
5 <div class="modal">
6   <div class="modal-dialog modal-with-loading-spinner">
7     <div class="modal-content">
8       <div class="modal-header">
9         <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
10         <div>
11           <div class="col-sm-8"> <h4 class="modal-title"> Getting Started with Arvados </h4> </div>
12           <div class="spinner spinner-32px spinner-h-center col-sm-1" hidden="true"></div>
13         </div>
14         <br/>
15       </div>
16
17       <div class="modal-body" style="height: 25em; overflow-y: scroll">
18         Page 1
19       </div>
20       <div class="modal-body" style="height: 25em; overflow-y: scroll">
21         Page 2
22       </div>
23       <div class="modal-body" style="height: 25em; overflow-y: scroll">
24         Page 3
25       </div>
26       <div class="modal-body" style="height: 25em; overflow-y: scroll">
27         Page 4
28       </div>
29
30       <div class="modal-footer">
31         <div style="text-align:center">
32           <button class="btn btn-default pager-prev"><i class="fa fa-fw fa-chevron-left"></i><span style="font-weight: bold;"> Prev</span></button>
33           <button class="btn btn-default pager-next"><span style="font-weight: bold;">Next </span><i class="fa fa-fw fa-chevron-right"></i></button>
34         </div>
35       </div>
36     </div>
37   </div>
38 </div>