Skip to content
Snippets Groups Projects
Commit 93e95a31 authored by Anthony Bretaudeau's avatar Anthony Bretaudeau
Browse files
parent 66e2a16a
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
$feature = $variables['node']->feature; $feature = $variables['node']->feature;
$alignments = $feature->all_featurelocs; $alignments = $feature->all_featurelocs;
if(count($alignments) > 0 && $feature->type_id->name != "polypeptide"){ ?> if(count($alignments) > 0){ ?>
<div class="tripal_feature-data-block-desc tripal-data-block-desc">The following features are aligned</div><?php <div class="tripal_feature-data-block-desc tripal-data-block-desc">The following features are aligned</div><?php
// the $headers array is an array of fields to use as the colum headers. // the $headers array is an array of fields to use as the colum headers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment