Sha256: 880f06689924aed9439bf8a6bc187cb569cb78d40b31b81df70b36ff325d7eea
Contents?: true
Size: 819 Bytes
Versions: 1
Compression:
Stored size: 819 Bytes
Contents
<%= irelia_page_header(title: t(".title", app_name: Kiqr::Config.app_name), subline: t(".description")) %> <%= irelia_container size: :md do %> <%= irelia_html do%> <p><%= t(".content") %></p> <% if @conflicting_members.any? %> <p><%= t(".remove_team_accounts_first") %></p> <strong><%= t(".owned_team_accounts") %></strong> <ul> <% @conflicting_members.each do |account_user| %> <li><%= account_user.account.name %></li> <% end %> </ul> <% else %> <%= irelia_div padding_top: :sm do %> <%= irelia_button_to t(".submit"), user_registration_path, color: :danger, name: "commit", data: { confirm: t(".confirmation_message"), turbo_confirm: t(".confirmation_message") }, method: :delete %> <% end %> <% end %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiqr-0.1.0.alpha1 | lib/kiqr/themes/irelia/views/kiqr/registrations/delete.html.erb |