Sha256: 34ef285d4085366083f2502ef1e0d2845fd908fbe3ba520d1a31d5284eb8c6d2
Contents?: true
Size: 746 Bytes
Versions: 3
Compression:
Stored size: 746 Bytes
Contents
<section> <nav class="secondary"> <ul class="clearfix"> <li class="first"><%%= link_to "#{t("app-themer.list", :default => "List")}", <%= controller_routing_path %>_path %></li> <li class="active"><%%= link_to "#{t("app-themer.new", :default => "New")}", new_<%= singular_controller_routing_path %>_path %></li> </ul> </nav> <div class="content"> <h2><%%= t("app-themer.new", :default => "New")%> <%= model_name %></h2> <%%= form_for :<%= model_name.underscore %>, :url => <%= controller_routing_path %>_path, :html => { :class => :form } do |f| -%> <%%= render :partial => "form", :locals => {:f => f} %> <%% end -%> </div> </section> <%% content_for :sidebar, render(:partial => 'sidebar') -%>
Version data entries
3 entries across 3 versions & 1 rubygems