From 93df21ea00fc82859497b605252d6ea458a4a282 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Fri, 5 Dec 2014 18:39:14 +0800 Subject: [PATCH] small fix --- app/views/admin/customization_logs/_index.html.erb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/admin/customization_logs/_index.html.erb b/app/views/admin/customization_logs/_index.html.erb index 3c659a9..47ed7ec 100644 --- a/app/views/admin/customization_logs/_index.html.erb +++ b/app/views/admin/customization_logs/_index.html.erb @@ -21,12 +21,14 @@ <% end %> - - <% if site.site_logs.where(:archive.ne => true).count > 0 %> - View Log - <% end %> - Add Log -
;">
+ +
+ <% if site.site_logs.where(:archive.ne => true).count > 0 %> + View Log + <% end %> + Add Log +
;">
+
<% end %>