Sha256: 20e7a342e33c60de9b3fa8dd05e4c47695c959be47524f828cf81a4ae5dcae50

Contents?: true

Size: 299 Bytes

Versions: 7

Compression:

Stored size: 299 Bytes

Contents

<% provide :title do %>
  <h2><%= link_to @admin.email, @admin %></h2>
<% end %>

<div class="actions">
  <hr>
  <%= link_to t(".edit"), ["edit", @admin] %>
  <%= link_to t(".destroy"), @admin, method: :delete, class: "alert button", data: { confirm: "Are you sure you want to do this?" } %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-system-0.27.9 app/views/decidim/system/admins/show.html.erb
decidim-system-0.27.8 app/views/decidim/system/admins/show.html.erb
decidim-system-0.27.7 app/views/decidim/system/admins/show.html.erb
decidim-system-0.27.6 app/views/decidim/system/admins/show.html.erb
decidim-system-0.26.10 app/views/decidim/system/admins/show.html.erb
decidim-system-0.26.9 app/views/decidim/system/admins/show.html.erb
decidim-system-0.27.5 app/views/decidim/system/admins/show.html.erb