Sha256: 2f8ecfd91b129d4832d0c1724fe8b5367b2296f96e65bf7ddca4150e5e04eef4

Contents?: true

Size: 580 Bytes

Versions: 1

Compression:

Stored size: 580 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

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/users/edit.html.erb