mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 23:34:50 +00:00
* Add backend for property account details * Rubocop updates * Add property form with details * Revert "Rubocop updates" This reverts commit 05b0b8f3a4eb8f444997b9bef18ffc972a8be69e. * Bump brakeman to latest version * Add overview section to property view * Lint fixes
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
<%= modal_form_wrapper title: t(".edit", account: @account.name) do %>
|
|
<%= render "form", account: @account, url: edit_account_form_url(@account) %>
|
|
<% end %>
|