Sha256: db0b3f1aa9a9de53970a6bf34f80ddd350458907754184ffd52e4d8bd712a5c4

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>
<div class="item_show__header">
  <h2 class="item_show__header-title">
    <%= t(".title") %>
  </h2>
</div>
<div class="item__edit item__edit-1col">
  <div class="item__edit-form">
    <%= decidim_form_for([current_voting, @form], url: { action: "update" }, html: { class: "form-defaults form edit_polling_station" })  do |f| %>
      <%= render partial: "form", object: f %>
      <div class="item__edit-sticky">
        <div class="item__edit-sticky-container">
          <%= f.submit t(".update"), class: "button button__sm button__secondary" %>
        </div>
      </div>
    <% end %>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-elections-0.28.0 app/views/decidim/votings/admin/polling_stations/edit.html.erb
decidim-elections-0.28.0.rc5 app/views/decidim/votings/admin/polling_stations/edit.html.erb
decidim-elections-0.28.0.rc4 app/views/decidim/votings/admin/polling_stations/edit.html.erb