app/views/labels/show_unpublished.html.erb in iqvoc_skosxl-2.3.1 vs app/views/labels/show_unpublished.html.erb in iqvoc_skosxl-2.5.0

- old
+ new

@@ -13,32 +13,32 @@ <%= button_to t("txt.views.versioning.publishing"), label_versions_merge_path(:origin => @label.origin), :class => 'btn btn-primary' %> <% end %> <%= button_to t("txt.views.versioning.consistency_check"), label_versions_consistency_check_path(:origin => @label.origin), - :method => :get, :class => 'btn' %> + :method => :get, :class => 'btn btn-default' %> <% if (not @label.in_review?) && @label.locked_by == @current_user.id %> <%= button_to t("txt.common.to_review"), label_versions_to_review_path(:origin => @label.origin), - :class => 'btn' %> + :class => 'btn btn-default' %> <% end %> <% unless @label.locked? %> <%= button_to t("txt.views.versioning.to_edit_mode"), - label_versions_lock_path(:origin => @label.origin), :class => 'btn' %> + label_versions_lock_path(:origin => @label.origin), :class => 'btn btn-default' %> <%= button_to t("txt.views.versioning.delete"), label_path(:published => 0, :id => @label.origin), :method => :delete, :confirm => I18n.t("txt.views.versioning.delete_confirm"), - :class => 'btn' %> + :class => 'btn btn-default' %> <% else %> <%= button_to t("txt.views.versioning.unlock"), label_versions_unlock_path(:origin => @label.origin), - :class => 'btn' if can?(:unlock, @label) %> + :class => 'btn btn-default' if can?(:unlock, @label) %> <%= link_to t("txt.views.versioning.edit_mode"), edit_label_path(:published => 0, :id => @label.origin), - :class => 'btn' if can?(:update, @label) %> + :class => 'btn btn-default' if can?(:update, @label) %> <% end %> </div> <%= render 'layouts/sections', :sections => Iqvoc::XLLabel.view_sections, :data => label_view_data(@label) %>