Sha256: 32b4018e5610b85ad83c3fb342edb60cc958a0f5c924b70c5211345ee4450f06

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 Bytes

Contents

<div class="block">
  <div class="secondary-navigation">
    <ul class="wat-cf">
      <li class="first"><%%= link_to "#{t("activoated.list", :default => "List")}", <%= controller_routing_path %>_path  %></li>
      <li class="active"><%%= link_to "#{t("activoated.new", :default => "New")}", new_<%= singular_controller_routing_path %>_path %></li>
    </ul>
  </div>          
  <div class="content">            
    <h2 class="title"><%%= t("activoated.new", :default => "New")%>  <%= model_name %></h2>
    <div class="inner">
      <%%= render :partial => "form", :locals => { :url => <%= controller_routing_path %>_path } %>
    </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_new.html.erb
activoate-0.6.8 lib/generators/activoate/activoated/templates/view_new.html.erb