Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
report only enabled user
Commit Description:
report only enabled user
.announcement { :id => "announcement- #{ announcement . id } ", :style => " #{ 'display: none; opacity: 0' if ( defined? announcement_effect ) and announcement_effect } "}
%div
.announcement-title
-# .toggles
-# %a{:href => '#', :onclick => "$(\"announcement-body-#{announcement.id}\").blindUp({duration: 0.2}); return false;"}
-# [hide]
-# %a{:href => '#', :onclick => "$(\"announcement-body-#{announcement.id}\").blindDown({duration: 0.2}); return false;"}
-# [show]
= announcement . title
.announcement-body { :id => "announcement-body- #{ announcement . id } "}
= markdown ( announcement . body )
-#.pub-info
-# %p= "#{announcement.author}, #{announcement.created_at}"
:javascript
Announcement.updateRecentId( #{ announcement . id } );
- if ( defined? announcement_effect ) and announcement_effect
:javascript
$("announcement- #{ announcement . id } ").blindDown({duration: 0.2});
$("announcement- #{ announcement . id } ").appear({duration: 0.5, queue: 'end'});
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