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

Version Path
georgia-0.7.8 app/views/georgia/users/edit.html.erb
georgia-0.7.7 app/views/georgia/users/edit.html.erb
georgia-0.7.6 app/views/georgia/users/edit.html.erb
georgia-0.7.5 app/views/georgia/users/edit.html.erb
georgia-0.7.4 app/views/georgia/users/edit.html.erb
georgia-0.7.3 app/views/georgia/users/edit.html.erb
georgia-0.7.2 app/views/georgia/users/edit.html.erb
georgia-0.7.1 app/views/georgia/users/edit.html.erb
georgia-0.7.0 app/views/georgia/users/edit.html.erb