add user encrypted configs
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<%= f.button button_title(title: 'Update', disabled_with: 'Updating'), class: 'base-button' %>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= render 'email_configs' %>
|
||||
<p class="text-2xl font-bold mt-8 mb-4">Signature</p>
|
||||
<% signature = UserConfigs.load_signature(current_user) %>
|
||||
<% if signature %>
|
||||
|
||||
@@ -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