.span12 = render :partial => "mokio/backend/common/notice" .box.gradient = box_title do %span= bt("index_title", @obj_class) = btn_new( bt("index_add_new", @obj_class), new_url(@obj_class) ) .content.noPad.clearfix = responsive_dynamic_table do # see in CommonHelper %thead %tr -# Remember to override columns_for_table in your Model - @obj_class.columns_for_table.each do |t| %th= bt(t, @obj_class) %th= bt("actions") %tbody - cache obj do = render partial: "mokio/backend/common/obj", collection: obj