Skip to content

Commit

Permalink
remove validated flag from crispr view
Browse files Browse the repository at this point in the history
  • Loading branch information
sajp committed May 26, 2015
1 parent 7cce44d commit 87e4f72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions root/site/user/crisprs/view_crispr.tt
Expand Up @@ -58,13 +58,6 @@
<table class="table table-bordered">
<tr><th>ID</th> <td>[% crispr_data.id %]</td></tr>
<tr><th>Sequence</th> <td>[% crispr_data.seq %]</td></tr>
<tr><th>Validated</th> <td>
[% IF crispr_data.validated %]
<span class="label label-success">Validated</span>
[% ELSE %]
<span class="label">Not Validated</span>
[% END %]
</td></tr>
<tr><th>Species</th> <td>[% crispr_data.species %]</td></tr>
<tr><th>Chromosome</th> <td>[% crispr_data.locus.chr_name %]</td></tr>
<tr><th>Start</th> <td>[% crispr_data.locus.chr_start %]</td></tr>
Expand Down

0 comments on commit 87e4f72

Please sign in to comment.