mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
15 lines
913 B
Plaintext
15 lines
913 B
Plaintext
<ul class="nav nav-stacked">
|
|
<li class="active tab"><%= link_to "General", "#general", :id => "show_general" %></li>
|
|
<li class="tab"><%= link_to "Appearance", "#appearance", :id => "show_appearance" %></li>
|
|
<li class="tab"><%= link_to "Social", "#social", :id => "show_social" %></li>
|
|
<li class="tab"><%= link_to "Behavior", "#behavior", :id => "show_behavior" %></li>
|
|
<li class="tab"><%= link_to "History", "#history", :id => "show_history" %></li>
|
|
<li class="tab"><%= link_to "Favorites", "#favorites", :id => "show_favorites" %></li>
|
|
<li class="tab"><%= link_to "Relationships", "#relationships", :id => "show_relationships" %></li>
|
|
<li class="tab"><%= link_to "Notes", "#notes", :id => "show_notes" %></li>
|
|
<li class="divider"></li>
|
|
<li class="tab"><a href="#expand-all" class="expand-all">
|
|
<span class="glyphicon glyphicon-sort-by-attributes-alt"></span> Expand All
|
|
</a></li>
|
|
</ul>
|