This commit is contained in:
Andrew Brown 2020-09-10 14:34:07 -07:00
parent 723c5f1e80
commit a25a746775
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>