Sha256: 561ef2508dd8724b98bc68162483b9a14a80cea602215eebb45347a3f633130c

Contents?: true

Size: 846 Bytes

Versions: 6

Compression:

Stored size: 846 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">
      <%%= form_for :<%= model_name.underscore  %>, :url => <%= controller_routing_path %>_path, :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

Version Path
web-app-theme-0.8.0 lib/generators/web_app_theme/themed/templates/view_new.html.erb
web-app-theme-0.7.0 lib/generators/web_app_theme/themed/templates/view_new.html.erb
web-app-theme-0.6.3 lib/generators/web_app_theme/themed/templates/view_new.html.erb
web-app-theme-0.6.2 lib/generators/web_app_theme/themed/templates/view_new.html.erb
web-app-theme-0.6.1 lib/generators/web_app_theme/themed/templates/view_new.html.erb
web-app-theme-0.6.0 lib/generators/web_app_theme/themed/templates/view_new.html.erb