Sha256: 1c2c5121f4c0fe5f3ea3fb986f1fdc0cdc15bf395ec21a0594607e63ba640ba9
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 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 class="active"><%%= link_to "#{t("web-app-theme.new", :default => "New")}", new_<%= singular_controller_routing_path %>_path %></li> </ul> </div> <div class="content"> <h2 class="title"><%%= t("web-app-theme.new", :default => "New")%> <%= 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_new.html.erb |
activoate-0.4.5 | lib/generators/activoate/activated/templates/view_new.html.erb |