Sha256: 3beb4c883a9a0038442e6501ef48a77c218aadd2f260c54d4671673e15f688f4

Contents?: true

Size: 909 Bytes

Versions: 3

Compression:

Stored size: 909 Bytes

Contents

<section>
  <nav class="secondary">
    <ul class="clearfix">
      <li class="first"><%%= link_to "#{t("app-themer.list", :default => "List")}", <%= controller_routing_path %>_path  %></li>
      <li><%%= link_to "#{t("app-themer.new", :default => "New")}", new_<%= singular_controller_routing_path %>_path %></li>
      <li class="active"><%%= link_to "#{t("app-themer.edit", :default => "Edit")}", edit_<%= singular_controller_routing_path %>_path %></li>
    </ul>
  </nav>
  <div class="content">
    <h2><%%= t("app-themer.edit", :default => "Edit") %> <%= model_name %></h2>

    <%%= form_for @<%= model_name.underscore  %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :class => :form } do |f| -%>
      <%%= render :partial => "form", :locals => {:f => f} %>
    <%% end -%>
  </div>
</section>

<%% content_for :sidebar, render(:partial => 'sidebar') -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
app-themer-0.4.6 lib/generators/app_themer/views/templates/edit.html.erb
app-themer-0.4.1 lib/generators/app_themer/views/templates/edit.html.erb
app-themer-0.4.0 lib/generators/app_themer/views/templates/edit.html.erb