-set_meta_tags :title => t('layout.projects.list_header') .toolbar = link_to t('layout.projects.new'), new_project_path, :class => 'button' if can?(:create, Project) .legend.rights %span.user_owner= t("layout.relations.user_owner") %span.group_owner= t("layout.relations.group_owner") %span.user= t("layout.relations.user") %span.group= t("layout.relations.group") .both - columns = [{:type => 'html'}, {:type => 'html', :sortable => false, :searchable => false}, {:type => nil, :sortable => false, :searchable => false, :class => 'rights'}, {:type => nil, :sortable => false, :searchable => false, :class => 'buttons'}] -#= raw datatable(columns, {:sort_by => "[0, 'asc']", :search_label => t("layout.search_by_name"), :processing => t("layout.processing"), -# :pagination_labels => {:previous => t("datatables.previous_label"), :next => t("datatables.next_label")}, -# :empty_label => t("datatables.empty_label"), -# :info_label => t("datatables.info_label"), -# :info_empty_label => t("datatables.info_empty_label"), -# :filtered_label => t("datatables.filtered_label"), -# :table_dom_id => 'datatable', -# :auto_width => 'false', -# :sdom => 'rtip'}) %table#datatable.tablesorter{:cellpadding => "0", :cellspacing => "0"} %thead %tr %th.th1= t("activerecord.attributes.project.name") %th.th2= t("activerecord.attributes.project.description") %th.th3= t("layout.projects.role") %th.th4= t("layout.projects.remove_user") %tr.search %th{:colspan => 4} %tbody= render @projects :javascript $(document).ready(function() { var JsonParser = function (json) { var firstColumn = function(row) { var project = row.project var image = ''; var owner = '' + project.owner.name + ''; var project = '' + project.name + ''; return '