Tables refactored
This commit is contained in:
parent
c7cfe3d83b
commit
8ca0b75d05
22 changed files with 99 additions and 95 deletions
|
@ -19,7 +19,7 @@
|
|||
= link_to admin_users_path(filter: "wop") do
|
||||
Without projects
|
||||
|
||||
%table.admin-table
|
||||
%table
|
||||
%thead
|
||||
%th Admin
|
||||
%th Name
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
|
||||
%br
|
||||
|
||||
%table.zebra-striped.table-bordered
|
||||
%table.zebra-striped
|
||||
%thead
|
||||
%tr
|
||||
%th Profile
|
||||
%th
|
||||
%tr
|
||||
%td
|
||||
%b
|
||||
|
@ -57,7 +61,7 @@
|
|||
%h3 Add User to Projects
|
||||
%br
|
||||
= form_tag team_update_admin_user_path(@admin_user), class: "bulk_import", method: :put do
|
||||
%table.table-bordered
|
||||
%table
|
||||
%thead
|
||||
%tr
|
||||
%th Projects
|
||||
|
@ -78,9 +82,9 @@
|
|||
%h3 Projects
|
||||
%br
|
||||
|
||||
%table.zebra-striped.table-bordered
|
||||
%tr
|
||||
%thead
|
||||
%table.zebra-striped
|
||||
%thead
|
||||
%tr
|
||||
%th Name
|
||||
%th Project Access
|
||||
%th
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue