Sha256: 31696c888fdca1518c0d07ddd2f0623634056f37e4c0ba68c2fa48dc63fbea70

Contents?: true

Size: 499 Bytes

Versions: 16

Compression:

Stored size: 499 Bytes

Contents

<% provide :title do %>
  <h2><%= link_to @organization.name, @organization %></h2>
  <h3 class="subheader"><%= @organization.host %></h3>
  <p><%== translated_attribute @organization.description %></p>
<% end %>

<div class="actions">
  <hr />
  <%= link_to t("decidim.system.actions.edit"), ['edit', @organization] %>
  <%= link_to t("decidim.system.actions.destroy"), @organization, method: :delete, class: "alert button", data: { confirm: t("decidim.system.actions.confirm_destroy") } %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
decidim-system-0.10.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.10.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.9.3 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.9.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.9.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.9.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.8.4 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.8.3 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.8.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.8.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.8.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.7.4 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.7.3 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.7.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.7.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.7.0 app/views/decidim/system/organizations/show.html.erb