mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add formatted document view link
This commit is contained in:
parent
53a00272be
commit
9280c5f9ee
@ -59,6 +59,12 @@
|
||||
<% end %>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<%= link_to @document, target: '_blank' do %>
|
||||
<i class="material-icons left <%= Document.color %>-text"><%= Document.icon %></i>
|
||||
View formatted document
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
<%= link_to analysis_document_path(@document) do %>
|
||||
<i class="material-icons left orange-text">bar_chart</i>
|
||||
@ -67,7 +73,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<%= link_to '#', class: 'modal-trigger', data: { target: 'document-notes-modal' } do %>
|
||||
<i class="material-icons left <%= Document.color %>-text"><%= Document.icon %></i>
|
||||
<i class="material-icons left <%= Document.color %>-text">edit</i>
|
||||
Open document notes
|
||||
<% end %>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user