Sha256: 939c6826be7bdfc8f57610be84617b05aee77a688221bc7311a3fb550072fc8f

Contents?: true

Size: 499 Bytes

Versions: 24

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

24 entries across 24 versions & 1 rubygems

Version Path
decidim-system-0.18.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.17.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.18.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.17.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.16.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.17.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.16.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.15.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.15.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.15.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.14.4 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.14.3 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.14.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.14.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.13.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.12.2 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.13.0 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.12.1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.13.0.pre1 app/views/decidim/system/organizations/show.html.erb
decidim-system-0.12.0 app/views/decidim/system/organizations/show.html.erb