Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
%h1 Groups
%p
= link_to 'New Group' , new_group_path , class : 'btn btn-primary'
%table .table.table-hover
%thead
%tr
%th Name
%th Description
%th Enabled?
%th
%th
%tbody
- @groups . each do | group |
%tr { :class => " #{ ( group . enabled? ) ? "success" : "danger" } ", id: "group- #{ group . id } "}
%td = group . name
%td = group . description
%td = toggle_button ( group . enabled? , toggle_group_path ( group ), "group-enabled- #{ group . id } " , size : ' ' , block : ' ' )
%td = link_to 'View' , group , class : 'btn btn-default'
%td = link_to 'Destroy' , group , :method => :delete , :data => { :confirm => 'Are you sure?' }, class : 'btn btn-danger'
%br
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings