<%= render_dialog do %> <%= dialog_trigger do %> <%= render_button("Open Notifications", variant: :outline) %> <% end %> <%= dialog_content do %>

Notifications

Choose what you want to be notified about.

Everything

Email digest, mentions & all activity.

Available

Only mentions and comments.

Ignoring

Turn off all notifications.

<% end %> <% end %>
<%= render_dialog do %> <%= dialog_trigger do %> <%= render_button("Dialog with Form", variant: :outline) %> <% end %> <%= dialog_content do %>

Edit profile

Make changes to your profile here. Click save when you're done.

<% end %> <% end %>