index.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. <% @page_heading = _('Categories') %>
  2. <% @link_to_new = link_to(_("New Category"), {:controller => 'categories', :action => 'new'}, :id => 'dialog-link', :class => 'ui-state-default ui-corner-all') %>
  3. <% subtabs_for(:content) %>
  4. <div id="category_container" class="list">
  5.   <%= render :partial => 'categories' %>  
  6. </div>