added a sidebar element, an index to let ppl know how to get started, and some logic to get users to the tutorials and back into the app regardless of auth or not
This commit is contained in:
@@ -29,29 +29,8 @@
|
||||
-->
|
||||
Welcome, <%= current_user.first_name.html_safe %>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<div class="fs1" aria-hidden="true" data-icon=""></div>
|
||||
<span class="info-label">
|
||||
3
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<div class="fs1" aria-hidden="true" data-icon=""></div>
|
||||
<span class="info-label-green">
|
||||
5
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">
|
||||
<div class="fs1" aria-hidden="true" data-icon=""></div>
|
||||
<span class="info-label-orange">
|
||||
9
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<%= button_to "RailsGoat Tutorials", tutorials_path, {:class => "btn btn-primary", :method => "get"}%>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
Reference in New Issue
Block a user