From 88fa45dc2664e3975124bd7166ff584da66af85c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 18 Jul 2021 10:24:52 -0700 Subject: [PATCH] style view/edit buttons in doc table --- app/views/content/list/_document_table.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/list/_document_table.html.erb b/app/views/content/list/_document_table.html.erb index 3c85d442..825e68c4 100644 --- a/app/views/content/list/_document_table.html.erb +++ b/app/views/content/list/_document_table.html.erb @@ -86,8 +86,8 @@ -
<%= link_to 'View', document_path(document), class: 'btn btn-flat' %>
-
<%= link_to 'Edit', edit_document_path(document), class: 'btn btn-flat' %>
+
<%= link_to 'View', document_path(document), class: "btn btn-flat blue-text" %>
+
<%= link_to 'Edit', edit_document_path(document), class: "btn btn-flat green-text", target: '_new' %>
<% end %>