Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
%h1 Listing sites
%table .table.table-striped
%tr
%th Name
%th Password
%th Started
%th Start time
%th
%th
%th
- for site in @sites
- background = "white"
- background = "grey" if ( site . started == true ) and ( site . finished? == true )
- background = "lightgreen" if ( site . started == true ) and ( site . finished? != true )
%tr { :style => "background: #{ background } ;"}
%td = h site . name
%td = h site . password
%td = h site . started
%td = h site . start_time
%td = link_to 'Show' , site , class : 'btn btn-default'
%td = link_to 'Edit' , edit_site_path ( site ), class : 'btn btn-default'
%td = link_to 'Destroy' , site , :confirm => 'Are you sure?' , :method => :delete , class : 'btn btn-default'
%br /
= link_to '+ New site' , new_site_path , class : 'btn btn-success'
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