mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
* Add backend for property account details
* Rubocop updates
* Add property form with details
* Revert "Rubocop updates"
This reverts commit 05b0b8f3a4
.
* Bump brakeman to latest version
* Add overview section to property view
* Lint fixes
3 lines
161 B
Text
3 lines
161 B
Text
<%= modal_form_wrapper title: t(".edit", account: @account.name) do %>
|
|
<%= render "form", account: @account, url: edit_account_form_url(@account) %>
|
|
<% end %>
|