Sha256: 9ae87ea61b1630db4863c70d681b1d7734a2a9850e1be909241ef81a470d5ec4
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 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"> <%%= render :partial => "form" %> </div> </div> </div> <%% content_for :sidebar, render(:partial => 'sidebar') -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activoate-0.5.0 | lib/generators/activoate/activated/templates/view_edit.html.erb |
activoate-0.4.5 | lib/generators/activoate/activated/templates/view_edit.html.erb |