Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
tidy up bootstrap navbar
Commit Description:
tidy up bootstrap navbar
%tr
%td
= " #{ problem . name } "
%td
= " #{ problem . full_name } "
= link_to_description_if_any "[ #{ t 'main.problem_desc' } ] <span class='glyphicon glyphicon-file'></span>" . html_safe , problem
%td
= @prob_submissions [ problem . id ][ :count ]
= link_to "[ #{ t 'main.submissions_link' } ]" , main_submission_path ( problem . id )
%td
= render :partial => 'submission_short' ,
:locals => { :submission => @prob_submissions [ problem . id ][ :submission ] , :problem_name => problem . name }
%td
= link_to 'Edit' , direct_edit_path ( problem . id ), 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