Sha256: 673cb1575eb9782a120c05d25031a3fff01dd594d0e8875687388a8c76b5fdbf

Contents?: true

Size: 1010 Bytes

Versions: 6

Compression:

Stored size: 1010 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 & 2 rubygems

Version Path
web-app-theme-rails-0.1.1 lib/generators/web_app_theme/scaffold/templates/web_app_theme/view_edit.html.erb
web-app-theme-rails-0.1.0 lib/generators/web_app_theme/scaffold/templates/web_app_theme/view_edit.html.erb
web-app-theme-0.5.3 rails_generators/themed/templates/view_edit.html.erb
web-app-theme-0.5.2 rails_generators/themed/templates/view_edit.html.erb
web-app-theme-0.5.1 rails_generators/themed/templates/view_edit.html.erb
web-app-theme-0.5.0 rails_generators/themed/templates/view_edit.html.erb