Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
added default contest
Commit Description:
added default contest
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title><%= Configuration['contest.name'] %></title>
<%= stylesheet_link_tag 'application' %>
<%= yield :head %>
</head>
<body>
<div class="userbar">
<%= user_header %>
</div>
<%= content_tag(:p,flash[:notice],:style => "color:green") if flash[:notice]!=nil %>
<%= yield %>
</body>
</html>
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