Skip to content

Commit

Permalink
Merge pull request #5327 from martenson/fix-structured-lib-link
Browse files Browse the repository at this point in the history
[17.09] fix link to library from history structure view
  • Loading branch information
dannon committed Jan 17, 2018
2 parents a6e9504 + 6bef1fc commit c3d145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/history/display_structured.mako
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ elif entity_name == "WorkflowInvocation":
<% id = trans.security.encode_id( hda.id ) %>
<%
folder = hda.copied_from_library_dataset_dataset_association.library_dataset.folder
folder_id = 'F' + trans.security.encode_id( folder.id )
folder_id = trans.security.encode_id( folder.id )
%>
<div class="copied-from copied-from-library">
<div class="header">
Expand Down

0 comments on commit c3d145c

Please sign in to comment.