Commit 0447d984 authored by Baptiste Mouterde's avatar Baptiste Mouterde Committed by ikoalaz
Browse files

comment: add filename as arg, add no js field

parent 990f35ba
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment