mirror of
https://github.com/we-promise/sure.git
synced 2026-04-10 15:54:48 +00:00
* Added erblint and fixed offenses * Added erblint bintstub. Included erblint into CI * Merged GitHub Actions tasks for rubocop and erblint into one * Added config for erblint. * Reverted erblint call in the CI
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
<div>
|
|
<h1 class="font-bold text-4xl">Edit Valuation</h1>
|
|
<%= turbo_frame_tag dom_id(@valuation) do %>
|
|
<%= form_with model: @valuation, url: valuation_path(@valuation), html: { class: "" } do |f| %>
|
|
<%= render "form_row", f: f, form_icon: "pencil-line", submit_button_text: "Update" %>
|
|
<% end %>
|
|
<% end %>
|
|
</div>
|