Moves views from one folder to another

This commit is contained in:
kikito
2016-12-02 19:19:22 +01:00
parent 003056fe75
commit 83d254adae
6 changed files with 79 additions and 149 deletions

View File

@@ -7,7 +7,7 @@
<div class="small-12 medium-9 column end">
<h1 class=""><%= t("management.budget_investments.create") %></h1>
<%= form_for(@investment, url: management_budget_investments_path, method: :post) do |f| %>
<%= form_for(@investment, url: management_budgets_investments_path, method: :post) do |f| %>
<%= render 'shared/errors', resource: @investment %>
<div class="row">

View File

@@ -1,9 +1,9 @@
<main>
<div class="row">
<div id="investment-projects" class="investment-projects-list small-12 column">
<div id="budget-investments" class="budget-investments-list small-12 column">
<div class="not-print">
<%= form_tag print_management_budget_investments_path, method: :get, enforce_utf8: false do %>
<%= form_tag print_management_budgets_investments_path, method: :get, enforce_utf8: false do %>
<div class="small-12 medium-4 column float-left">
<%= select_tag :geozone,
options_for_select(geozone_select_options.unshift([t("geozones.none"), "all"]), params[:geozone]),