Sha256: d8ac258464058da2c3e467e30968ef6362574386e298ecd6fd1585a44956d8a5

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

.block
  .secondary-navigation
    ul.wat-cf
      li.first = link_to t('admin-theme.list'), <%= controller_routing_path %>_path
      li = link_to t('admin-theme.new'), new_<%= singular_controller_routing_path %>_path
      li.active = link_to t('admin-theme.edit'), edit_<%= singular_controller_routing_path %>_path

  .content
    h2.title #{t('admin-theme.edit')} <%= model_name %>
    .inner
      = form_for @<%= resource_name %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :class => :form } do |f|
        = render :partial => 'form', :locals => {:f => f}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin-theme-1.1.0 lib/generators/admin_theme/resource/templates/slim/view_edit.html.slim