Sha256: 431c7a9624ee22f6bc2e931c98dd23c288b0087503400b12bfa3437f63cb5b22
Contents?: true
Size: 581 Bytes
Versions: 9
Compression:
Stored size: 581 Bytes
Contents
<%= simple_form_for(@user, url: user_path(@user), html: { class: 'form-horizontal'}, defaults: { input_html: { class: "form-control" }}) do |f| %> <header class='header-main'> <div class="header-gutter"> <%= link_to_back users_path %> </div> <div class="header-title"> <h1><%= @user.name %></h1> </div> <div class="header-actions"> <%= button_to_save %> </div> </header> <section class="body-main"> <%= render partial: 'georgia/users/form', locals: {f: f} %> <hr /> <%= link_to_delete @user %> </section> <% end -%>
Version data entries
9 entries across 9 versions & 1 rubygems