mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
polish
This commit is contained in:
parent
723c5f1e80
commit
a25a746775
@ -58,7 +58,7 @@
|
||||
<li>
|
||||
<%= link_to '#', class: 'modal-trigger', data: { target: 'document-notes-modal' } do %>
|
||||
<i class="material-icons left <%= Document.color %>-text">edit</i>
|
||||
Open document notes
|
||||
Document notes
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<ul id="document-sidenav-left" class="sidenav <%= 'sidenav-fixed' unless defined?(locals) && locals.key?(:fixed) && !locals[:fixed] %>">
|
||||
<li class="<%= Document.color %>">
|
||||
<%= link_to main_app.root_path, class: 'logo-container white-text' do %>
|
||||
<%= link_to main_app.documents_path, class: 'logo-container white-text' do %>
|
||||
<i class="material-icons white-text right">
|
||||
<%= Document.icon %>
|
||||
</i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user