Sha256: 7c6645f32ff651566c2039c0c123bc4cbe19f9c6d1a9bc678c41f6464b16f156
Contents?: true
Size: 882 Bytes
Versions: 11
Compression:
Stored size: 882 Bytes
Contents
<div class="block"> <div class="secondary-navigation"> <ul class="wat-cf"> <li class="first"><%%= link_to pat(:list), url(:<%= @orm.name_plural %>, :index) %></li> <li><%%= link_to pat(:new), url(:<%= @orm.name_plural %>, :new) %></li> <li class="active"><%%= link_to pat(:edit), url(:<%= @orm.name_plural %>, :edit, :id => @<%= @orm.name_singular %>.id) %></li> </ul> </div> <div class="content"> <h2 class="title"><%%= pat(:edit) %> <%% mt(:<%= @orm.name_singular %>) %></h2> <div class="inner"> <%% form_for :<%= @orm.name_singular %>, url(:<%= @orm.name_plural %>, :update, :id => @<%= @orm.name_singular %>.id), :method => :put, :class => :form do |f| %> <%%= partial "<%= @orm.name_plural %>/form", :locals => { :f => f } %> <%% end %> </div> </div> </div> <%% content_for :sidebar, partial("base/sidebar") %>
Version data entries
11 entries across 11 versions & 1 rubygems