diff --git a/app/views/layouts/_document_navbar.html.erb b/app/views/layouts/_document_navbar.html.erb
index 16dae4b9..27379059 100644
--- a/app/views/layouts/_document_navbar.html.erb
+++ b/app/views/layouts/_document_navbar.html.erb
@@ -59,6 +59,12 @@
<% end %>
+
+ <%= link_to @document, target: '_blank' do %>
+ <%= Document.icon %>
+ View formatted document
+ <% end %>
+
<%= link_to analysis_document_path(@document) do %>
bar_chart
@@ -67,7 +73,7 @@
<%= link_to '#', class: 'modal-trigger', data: { target: 'document-notes-modal' } do %>
- <%= Document.icon %>
+ edit
Open document notes
<% end %>