Sha256: 3f321afe78873531bc1087915ebdebfde647cba37490d7af50683b88c3a6454a
Contents?: true
Size: 817 Bytes
Versions: 1
Compression:
Stored size: 817 Bytes
Contents
<div class="block"> <div class="secondary-navigation"> <ul class="wat-cf"> <li class="first"><%%= link_to t("admin-theme.list"), <%= controller_routing_path %>_path %></li> <li><%%= link_to t("admin-theme.new"), new_<%= singular_controller_routing_path %>_path %></li> <li class="active"><%%= link_to t("admin-theme.edit"), edit_<%= singular_controller_routing_path %>_path %></li> </ul> </div> <div class="content"> <h2 class="title"><%%= t("admin-theme.edit") %> <%= model_name %></h2> <div class="inner"> <%%= form_for @<%= resource_name %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :class => :form } do |f| -%> <%%= render :partial => "form", :locals => {:f => f} %> <%% end -%> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin-theme-1.1.0 | lib/generators/admin_theme/resource/templates/erb/view_edit.html.erb |