mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
6 lines
167 B
Text
6 lines
167 B
Text
|
<%= link_to "Back to rules", rules_path %>
|
||
|
|
||
|
<%= modal_form_wrapper title: "Edit #{@rule.resource_type} rule" do %>
|
||
|
<%= render "rules/form", rule: @rule %>
|
||
|
<% end %>
|