Skip to content

Commit

Permalink
Merge pull request #1772 from nirtiac/20160503_template_fix_documentrepo
Browse files Browse the repository at this point in the history
Fixed template to add base url, courtesy of Jordan
  • Loading branch information
samirdas committed May 4, 2016
2 parents ff7f7a0 + 2fee658 commit 3b4bf6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{{ /first }}
{{ /depth }}
<div {{ ^filtered }}class="fileDDD"{{ /filtered }}><div style="padding-top: 8px">
<a href="{$baseurl}/document_repository/ajax/GetFile.php?File={{ Data_dir }}" target="_blank" download="{{ File_name }}">
<a href="{/literal}{$baseurl}{literal}/document_repository/ajax/GetFile.php?File={{ Data_dir }}" target="_blank" download="{{ File_name }}">
{{ File_name }}
</a>({{ File_size }})
</div></div>
Expand Down

0 comments on commit 3b4bf6e

Please # to comment.