Sha256: 5a9d296c3fe7a50a1bf63101715cb4bc6f4f40637676a7f0b8418d6ebbb77adc

Contents?: true

Size: 443 Bytes

Versions: 7

Compression:

Stored size: 443 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>

<%= decidim_form_for(@form, html: { class: "form edit_oauth_application" }) do |f| %>
  <div class="card">
    <div class="card-divider">
      <h2 class="card-title"><%= t ".title" %></h2>
    </div>
    <div class="card-section">
      <%= render partial: "form", object: f %>
    </div>
  </div>
  <div class="button--double form-general-submit">
    <%= f.submit t(".save") %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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