Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
close java branch
Commit Description:
close java branch
%h1 Editing site
= error_messages_for :site
= form_for ( @site ) do | f |
.row
.col-md-4
.form-group.field
= f . label :name , "Name"
= f . text_field :name , class : 'form-control'
.form-group.field
= f . label :password , "Password"
= f . text_field :password , class : 'form-control'
.form-group.field
= f . label :started , "Started"
= f . check_box :started , class : 'form-control'
.form-group.field
= f . label :start_time , "Start time"
-# = f.datetime_select :start_time, :include_blank => true
.input-group.date
= f . text_field :start_time , class : 'form-control' , value : ( @site . start_time ? @site . start_time . strftime ( '%d/%b/%Y %H:%M' ) : '' )
%span .input-group-addon
%span .glyphicon.glyphicon-calendar
.actions
= f . submit "Update" , class : 'btn btn-primary'
.col-md-8
= link_to 'Show' , @site
|
= link_to 'Back' , sites_path
:javascript
$('.input-group.date').datetimepicker({
format: 'DD/MMM/YYYY HH:mm',
showTodayButton: true,
});
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