Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(file): 2333 remove metadata files section
Browse files Browse the repository at this point in the history
Closes #2333
  • Loading branch information
Christine Yu committed May 9, 2016
1 parent 1e861be commit 70c5cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/scripts/files/templates/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ <h4 class="list-group-item-heading">No Read Groups found.</h4>
</div>
</section>

<section class="row" id="files">
<!-- Metadata section removed until we start accepting files harmonized by others
<section class="row" id="files">
<div class="col-lg-12 col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
Expand Down Expand Up @@ -322,7 +323,7 @@ <h4 class="list-group-item-heading">No Metadata Files Found.</h4>
</table>
</div>
</div>
</section>
</section>-->

<!-- Downstream Analysis Files Section -->
<section class="row" id="downstream-analysis-file" data-ng-if="fc.tablesToDisplay.downstreamAnalysis">
Expand Down

0 comments on commit 70c5cdf

Please sign in to comment.