Sha256: 4c7fa47ef3bdc323b6e44750c15d24f6eb8ac5f2b82107815dd93226c5ce7015

Contents?: true

Size: 575 Bytes

Versions: 1

Compression:

Stored size: 575 Bytes

Contents

<% content_for :tabbar_title do %>
  <%= @project.name %>
<% end %>

<div class="form-panel clearfix">
  <ul class="breadcrumbs">
    <li><%= link_to @project.name, [@organization, @project] %></li>
    <li><%= link_to "edit", [:edit, @organization, @project, anchor: "areas"] %></li>
    <li class="current"><a href="#"><%= @area.new_record? ? "New" : "Edit" %> Area</a></li>
  </ul>

  <%= simple_form_for [@organization, @project, @area] do |f| %>
    <%= f.input :name, required: false %>
    <%= f.button :submit, class: "tiny button radius right" %>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
self_systeem-0.1.0 test/dummy_app/app/views/shared/areas/form.html.erb