Skip to content

Commit

Permalink
Removed link, making Download URL on file pg just plain text. [ref #3747
Browse files Browse the repository at this point in the history
]
  • Loading branch information
mheppler committed May 2, 2017
1 parent 8d665e2 commit ff70c38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/webapp/file.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,7 @@
#{bundle['file.metadataTab.fileMetadata.downloadUrl.label']}
</label>
<div class="col-sm-9">
<a href="#{FilePage.publicDownloadUrl}">
<h:outputText value="#{FilePage.publicDownloadUrl}"/>
</a>
<h:outputText value="#{FilePage.publicDownloadUrl}"/>
</div>
</div>
<div class="form-group" jsf:rendered="#{!(empty FilePage.file.checksumValue)}">
Expand Down

0 comments on commit ff70c38

Please sign in to comment.