Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Sat, 14 Apr 2012 20:15:45
Show More
rhodecode/controllers/changeset.py
0
+2
-1
@@
-376,7
+376,8
b' class ChangesetController(BaseRepoContro'
376
if comm :
376
if comm :
377
c . co = comm
377
c . co = comm
378
data . update ( comm . get_dict ())
378
data . update ( comm . get_dict ())
379
data . update ({ 'rendered_text' : render('changeset/changeset_comment_block.html')})
379
data . update ({ 'rendered_text' :
380
render ( 'changeset/changeset_comment_block.html' )})
380
return data
381
return data
381
382
382
@jsonify
383
@jsonify
rhodecode/templates/base/root.html
0
+1
-1
@@
-47,7
+47,7
b''
47
47
48
< script type = "text/javascript" >
48
< script type = "text/javascript" >
49
var follow_base_url = "${h.url('toggle_following')}" ;
49
var follow_base_url = "${h.url('toggle_following')}" ;
50
50
51
//JS translations map
51
//JS translations map
52
var TRANSLATION_MAP = {
52
var TRANSLATION_MAP = {
53
'add another comment' : '${_("add another comment")}' ,
53
'add another comment' : '${_("add another comment")}' ,
rhodecode/templates/changeset/changeset_comment_block.html
0
+1
-1
rhodecode/templates/changeset/changeset_file_comment.html
0
+2
-2
rhodecode/templates/files/files_ypjax.html
0
+3
-3
@@
-1,9
+1,9
b''
1
%if c.file:
1
%if c.file:
2
< h3 class = "files_location" >
2
< h3 class = "files_location" >
3
${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
3
${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
4
%if c.annotate:
4
%if c.annotate:
5
- ${_('annotation')}
5
- ${_('annotation')}
6
%endif
6
%endif
7
</ h3 >
7
</ h3 >
8
%if c.file.is_dir():
8
%if c.file.is_dir():
9
< %include file='files_browser.html'/>
9
< %include file='files_browser.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
g 0-9
Goto bookmarked items from 0-9
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 access permissions settings
t s
Toggle sidebar on some pages