Files
galaxy/templates/history.xml
T

9 lines
221 B
XML

<?xml version="1.0"?>
<history>
#for $data in $history.active_datasets
<data id="$data.id" hid="$data.hid" name="$data.name" state="$data.state" dbkey="$data.dbkey">
$data.blurb
</data>
#end for
</history>