add user encrypted configs
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<%= f.text_area :body, value: config.value['body'], required: true, class: 'base-textarea w-full', rows: 10 %>
|
||||
</autoresize-textarea>
|
||||
</div>
|
||||
<%= render 'message_fields' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,4 +23,5 @@
|
||||
<%= render 'detailed_form', template: @template %>
|
||||
</div>
|
||||
</div>
|
||||
<%= content_for(:modal_extra) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user