adds specs for preserving filtering params when using the admin links for spending proposals
changes the order in which specs are executed for travis another change for travis another change for travis
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= link_to admin_spending_proposals_path(@spending_proposal, SpendingProposal.filter_params(params)), class: 'back' do %>
|
||||
<%= link_to admin_spending_proposal_path(@spending_proposal, SpendingProposal.filter_params(params)), class: 'back' do %>
|
||||
<i class="icon-angle-left"></i> <%= t("admin.spending_proposals.show.back") %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user