Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
update scoped page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sydney Young committed Apr 26, 2016
1 parent c104157 commit 378dec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/equipment_models/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<%= link_to "#{@category.name} Reservations Calendar", calendar_category_path(@category), class: 'btn btn-default' %>
<%= link_to "View All Equipment Models", equipment_models_path, class: 'btn btn-default' %>
<%= link_to "Import Equipment Models", equip_import_page_path, class: "btn btn-default" %>
<%= link_to "Export Equipment Data", equipment_models_path(format: 'zip'), class: "btn btn-default" %>
<%= link_to "Export Equipment Data", category_path(@category, format: 'zip'), class: "btn btn-default" %>
<% else %>
<%= link_to "New Equipment Model", new_equipment_model_path, class: "btn btn-primary" %>
<%= link_to "Import Equipment Models", equip_import_page_path, class: "btn btn-default" %>
Expand Down

0 comments on commit 378dec6

Please sign in to comment.