From 35a19a6a4b7977848f41fecab916ad57cd869a45 Mon Sep 17 00:00:00 2001 From: Scott Loarie Date: Thu, 27 Feb 2014 22:35:45 -0800 Subject: [PATCH 1/2] some toolbar fixes --- app/views/lists/_tools.html.erb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/lists/_tools.html.erb b/app/views/lists/_tools.html.erb index 6e5b4286955..9e63b960497 100644 --- a/app/views/lists/_tools.html.erb +++ b/app/views/lists/_tools.html.erb @@ -85,10 +85,11 @@ <%= link_to t(:find_missing_listings), {find_missing_listings: true, missing_filter_taxon: @list.taxon_id} %> - <% elsif list.is_a?(CheckList) && !list.is_default? %> + <% elsif list.is_a?(CheckList) %> <% if logged_in? && current_user.is_admin? -%>
<% elsif list.is_a?(CheckList) %> <% if logged_in? && current_user.is_admin? -%>
    -
  • +
  •  
  • <% if list.is_default? %>
  • <%- msg = t(:this_will_add_listed_taxa) -%>