diff --git a/app/views/documents/index.html.erb b/app/views/documents/index.html.erb
index 975dff70..99951451 100644
--- a/app/views/documents/index.html.erb
+++ b/app/views/documents/index.html.erb
@@ -24,7 +24,7 @@
- <%= link_to edit_document_path(document), class: 'green-text right' do %>
+ <%= link_to edit_document_path(document), class: 'green-text right', target: '_new' do %>
<%= Document.icon %> Edit
<% end %>
<%= link_to document_path(document), class: 'blue-text text-lighten-1' do %>
diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb
index e02ab48e..bd51aea1 100644
--- a/app/views/documents/show.html.erb
+++ b/app/views/documents/show.html.erb
@@ -9,7 +9,7 @@