Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
0447d984
Commit
0447d984
authored
Aug 11, 2012
by
Baptiste Mouterde
Committed by
ikoalaz
Aug 11, 2012
Browse files
comment: add filename as arg, add no js field
parent
990f35ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/source_viewer/contentviewer.mako
View file @
0447d984
...
...
@@ -79,7 +79,7 @@
<
button
id
=
"toggleComments"
>
∧
comments
∧
</
button
>
<
div
id
=
"commentViewer"
>
<%
include
file
=
"../comments/comments.mako"
args
=
'id=0,package_version_id=c.package_version_id'
/>
<%
include
file
=
"../comments/comments.mako"
args
=
'id=0,package_version_id=c.package_version_id
,filename=c.fileName
'
/>
</
div
>
<
div
class
=
"contentViewer"
>
<
h3
>
...
...
@@ -165,4 +165,7 @@
</
table
>
</
div
>
</
div
>
<
div
class
=
'no-js'
>
<%
include
file
=
"../comments/comments.mako"
args
=
'id=0,package_version_id=c.package_version_id,filename=c.fileName'
/>
</
div
>
%
endif
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment