app/views/admin/logs/_actions.html.haml in effective_logging-2.0.1 vs app/views/admin/logs/_actions.html.haml in effective_logging-2.0.2

- old
+ new

@@ -1,7 +1,8 @@ - show_path = (datatable.admin_namespace? ? effective_logging.admin_log_path(log) : effective_logging.log_path(log)) - if defined?(EffectiveBootstrap) - = show_icon_to(show_path) + = dropdown(variation: :dropleft) do + = dropdown_link_to 'View', show_path - else = link_to show_path, title: 'View' do %span.glyphicon.glyphicon-eye-open