Sha256: 40f3d0a34698572f4247a2edf5fde7614e47b2df08cecfc234bb3b92d0f73c21

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

.span12
  = render :partial => "mokio/common/notice"
  .box
    = box_title do
      = bt("new_menu_position_title", @menu.class)
    = common_form do
      .row-fluid
        = simple_form_for @menu, :url => create_menu_position_menus_path, :html => { :class => 'form-horizontal' } do |f|

          .row-fluid
            = f.hidden_field :fake, :value => true
            = render_backend_input_lang_id(f)
            = f.input :name


          - cache [:form_buttons, obj] do
            .form-actions
              = btn_submit bt("save")
              = btn_submit bt("save_and_create_new"), true
              = btn_cancel "#{engine_root}#{obj.class.to_s.tableize.gsub("mokio/", "")}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mokio-2.0.8 app/views/mokio/menus/new_menu_position.slim