button common style + flash messages fix
This commit is contained in:
parent
46bebac983
commit
31e51dd116
28 changed files with 80 additions and 76 deletions
|
@ -44,8 +44,7 @@
|
|||
= @admin_user.twitter
|
||||
%tr
|
||||
%td{:colspan => 2}
|
||||
= link_to 'Edit', edit_admin_user_path(@admin_user), :class => "lbutton"
|
||||
= link_to 'Back', admin_users_path, :class => "right lbutton"
|
||||
= link_to 'Edit', edit_admin_user_path(@admin_user), :class => "grey-button"
|
||||
|
||||
.span-14
|
||||
%h2 Projects
|
||||
|
@ -59,6 +58,7 @@
|
|||
%th Git
|
||||
%th Admin
|
||||
%th
|
||||
%th
|
||||
|
||||
- @admin_user.users_projects.each do |tm|
|
||||
- project = tm.project
|
||||
|
@ -71,4 +71,4 @@
|
|||
%td= link_to 'Edit', edit_admin_team_member_path(tm)
|
||||
%td= link_to 'Cancel', admin_team_member_path(tm), :confirm => 'Are you sure?', :method => :delete
|
||||
|
||||
= link_to 'Add To Another Project', new_admin_team_member_path(:team_member => {:user_id => @admin_user.id}), :class => "lbutton"
|
||||
= link_to 'Add To Another Project', new_admin_team_member_path(:team_member => {:user_id => @admin_user.id}), :class => "grey-button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue