Sha256: 54777e7152817f85c5008651e19984400ca3f7ef0a6ec5e31b7e6995278ba524

Contents?: true

Size: 370 Bytes

Versions: 9

Compression:

Stored size: 370 Bytes

Contents

  

  <%=form_for @menu_item,:url => admin_menu_menu_item_path(:id => @menu_item.id),:html=>{:class=>"form-horizontal"} do |f|%>
    <%=render :partial => "form",:locals => {:f => f}%>
    <div class="form-actions">
    	<%=f.submit "Save Menu Item", :class=>"btn btn-primary"%> or <%=link_to "cancel",admin_menu_menu_items_path,:class => "btn"%>
    </div>
  <%end%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tb_cms-1.1.5 app/views/admin/menu_items/edit.html.erb
tb_cms-1.1.4 app/views/admin/menu_items/edit.html.erb
tb_cms-1.1.3 app/views/admin/menu_items/edit.html.erb
tb_cms-1.1.2 app/views/admin/menu_items/edit.html.erb
tb_cms-1.1.1 app/views/admin/menu_items/edit.html.erb
tb_cms-1.1.0 app/views/admin/menu_items/edit.html.erb
tb_cms-1.0.3 app/views/admin/menu_items/edit.html.erb
tb_cms-1.0.2 app/views/admin/menu_items/edit.html.erb
tb_cms-1.0.1 app/views/admin/menu_items/edit.html.erb