mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Account namespace updates: part 5 (valuations) (#901)
* Move Valuation to Account namespace * Move account history to controller * Clean up valuation controller and views * Translations and cleanup * Remove unused scopes and methods * Pass brakeman
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<div>
|
||||
<h1 class="font-bold text-4xl">Add Valuation: <%= @account.name %></h1>
|
||||
<%= turbo_frame_tag dom_id(Valuation.new) do %>
|
||||
<%= form_with model: [@account, @valuation], url: account_valuations_path(@account), html: { class: "" } do |f| %>
|
||||
<%= render "form_row", f: f, form_icon: "plus", submit_button_text: "Add" %>
|
||||
<% end %>
|
||||
<div class="h-px bg-alpha-black-50 ml-20 mr-4"></div>
|
||||
<% end %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user