Skip to content

Commit

Permalink
Revert incorrect and probably unneeded hack
Browse files Browse the repository at this point in the history
  • Loading branch information
morj-uio authored and sveinugu committed Nov 15, 2016
1 parent a0fa808 commit 22460ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/dataset/display.mako
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
## Renders dataset content. Function is used to render data in stand-along page and to provide content for embedded datasets as well.
<%def name="render_item( data, data_to_render )">
${ render_deleted_data_message( data ) }
%if data_to_render and data.ext != 'html':
%if data_to_render:
%if truncated:
<div class="warningmessagelarge">
This dataset is large and only the first megabyte is shown below. |
Expand Down

0 comments on commit 22460ef

Please sign in to comment.