Sha256: d05162d6c9846f90c8de30794b5b861f0f59bb366ec81056854d9d9675e87d5a

Contents?: true

Size: 604 Bytes

Versions: 11

Compression:

Stored size: 604 Bytes

Contents

<%=  decidim_form_for(@form) do |f| %>
  <div class="field">
    <%= f.text_field :name, autofocus: true %>
  </div>

  <div class="field">
    <%= f.text_field :host %>
  </div>

  <div class="field">
    <%= f.text_area :secondary_hosts %>
    <p class="help-text"><%= t(".secondary_hosts_hint") %></p>
  </div>

  <div class="field">
    <%= f.label :available_authorizations %>
    <%= f.collection_check_boxes :available_authorizations, Decidim.authorization_workflows, :name, :description %>
  </div>

  <div class="actions">
    <%= f.submit t("decidim.system.actions.save") %>
  </div>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
decidim-system-0.10.1 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.10.0 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.9.3 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.9.2 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.9.1 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.9.0 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.8.4 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.8.3 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.8.2 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.8.1 app/views/decidim/system/organizations/edit.html.erb
decidim-system-0.8.0 app/views/decidim/system/organizations/edit.html.erb