Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
added codejom admin menu
Commit Description:
added codejom admin menu
<div class="problem-bar" id="problem-bar-<%= problem.id %>">
<% if @page_reload_when_view_problem %>
<a href="<%= url_for :action => 'list', :id => problem.id %>">
<% else %>
<a href="#"
onclick="$$('.problem-panel').each(function(elt) {elt.hide();}); $('problem-panel-<%= problem.id %>').show(); $('problem-panel-filler').hide(); return false;">
<% end %>
<span class="problem-title">
<%= problem.full_name %>
<% if @prob_submissions[problem_title_counter][:count] > 0 %>
[<%= @prob_submissions[problem_title_counter][:count] %> trials(s)]
<% else %>
[No trials]
<% end %>
</span>
</a>
</div>
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