Sha256: 8fe5f3de205a2e06d1c71c6dab03f6e381da58e31ba7cd3ce0b43afed0c5a2ce

Contents?: true

Size: 784 Bytes

Versions: 2

Compression:

Stored size: 784 Bytes

Contents

<div class="block">
	<%%= secondary_navigation do |nav| %>
		<%% nav.item t("activoated.list", :default => "List"), <%= controller_routing_path %>_path %>
		<%% nav.item t("activoated.new", :default => "New"), new_<%= singular_controller_routing_path %>_path %>
		<%% nav.item t("activoated.edit", :default => "Edit"), edit_<%= singular_controller_routing_path %>_path, :active => true %>
	<%% end %>          
  <div class="content">            
    <h2 class="title"><%%= t("activoated.edit", :default => "Edit") %> <%= model_name %></h2>
    <div class="inner">
      <%%= render :partial => "form", :locals => { :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>) } %>
    </div>
  </div>
</div>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activoate-0.7.2 lib/generators/activoate/activoated/templates/view_edit.html.erb
activoate-0.6.8 lib/generators/activoate/activoated/templates/view_edit.html.erb