Changeset - d15b3db4a3b4
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-21 04:13:39
marcin@python-works.com
fixed show as raw link for private gists and separate files
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/gists/show.html
Show inline comments
 
@@ -81,7 +81,7 @@
 
                    <a href="${c.gist.gist_url()}">ΒΆ</a>
 
                    <b style="margin:0px 0px 0px 4px">${file.path}</b>
 
                    <div style="float:right">
 
                       ${h.link_to(_('Show as raw'),h.url('formatted_gist_file', gist_id=c.gist.gist_id, format='raw', revision=file.changeset.raw_id, f_path=file.path),class_="ui-btn")}
 
                       ${h.link_to(_('Show as raw'),h.url('formatted_gist_file', gist_id=c.gist.gist_access_id, format='raw', revision=file.changeset.raw_id, f_path=file.path),class_="ui-btn")}
 
                    </div>
 
                </div>
 
                <div class="code-body">
0 comments (0 inline, 0 general)