##// END OF EJS Templates
added rst help link
marcink -
r1680:cf370b6d beta
parent child Browse files
Show More
@@ -67,6 +67,9 b' def make_map(config):'
67 rmap.connect('bugtracker',
67 rmap.connect('bugtracker',
68 "http://bitbucket.org/marcinkuzminski/rhodecode/issues",
68 "http://bitbucket.org/marcinkuzminski/rhodecode/issues",
69 _static=True)
69 _static=True)
70 rmap.connect('rst_help',
71 "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
72 _static=True)
70 rmap.connect('rhodecode_official', "http://rhodecode.org", _static=True)
73 rmap.connect('rhodecode_official', "http://rhodecode.org", _static=True)
71
74
72 #ADMIN REPOSITORY REST ROUTES
75 #ADMIN REPOSITORY REST ROUTES
@@ -38,7 +38,8 b''
38 %if c.rhodecode_user.username != 'default':
38 %if c.rhodecode_user.username != 'default':
39 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
39 ${h.form(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id))}
40 <div class="clearfix">
40 <div class="clearfix">
41 <div class="comment-help">${_('Commenting on line')} {1} ${_('comments parsed using RST syntax')}</div>
41 <div class="comment-help">${_('Commenting on line')} {1} ${_('comments parsed using')}
42 <a href="${h.url('rst_help')}">RST</a> ${_('syntax')}</div>
42 ${h.textarea('text')}
43 ${h.textarea('text')}
43 </div>
44 </div>
44 <div class="comment-button">
45 <div class="comment-button">
General Comments 0
You need to be logged in to leave comments. Login now