Sha256: 9d715520670f8816f9ad602bd725eafb30350249cc8253bfdf4ec86014da2a1e
Contents?: true
Size: 1011 Bytes
Versions: 6
Compression:
Stored size: 1011 Bytes
Contents
<div class="block"> <div class="secondary-navigation"> <ul class="wat-cf"> <li class="first"><%%= link_to "#{t("web-app-theme.list", :default => "List")}", <%= controller_routing_path %>_path %></li> <li><%%= link_to "#{t("web-app-theme.new", :default => "New")}", new_<%= singular_controller_routing_path %>_path %></li> <li class="active"><%%= link_to "#{t("web-app-theme.edit", :default => "Edit")}", edit_<%= singular_controller_routing_path %>_path %></li> </ul> </div> <div class="content"> <h2 class="title"><%%= t("web-app-theme.edit", :default => "Edit") %> <%= model_name %></h2> <div class="inner"> <%%= 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> </div> </div> <%% content_for :sidebar, render(:partial => 'sidebar') -%>
Version data entries
6 entries across 6 versions & 1 rubygems