Merge pull request #2537 from consul/budgets-ui

Fixes budgets ui for all phases
This commit is contained in:
Raimond Garcia
2018-03-27 20:21:45 +02:00
committed by GitHub
7 changed files with 53 additions and 17 deletions

View File

@@ -64,7 +64,10 @@
<% end %>
<% if @budget.persisted? %>
<%= link_to t("admin.budgets.edit.delete"), admin_budget_path(@budget), method: :delete, class: "button hollow alert float-right" %>
<%= link_to t("admin.budgets.edit.delete"),
admin_budget_path(@budget),
method: :delete,
class: "button hollow alert float-right margin-left" %>
<% end %>
</div>