Skip to content

Commit

Permalink
Adding missing closing div for analysis list in public view
Browse files Browse the repository at this point in the history
  • Loading branch information
xirdneh committed Sep 29, 2017
1 parent 82ff104 commit 53279e9
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,13 @@ <h3 style="margin-top:0">{{experiment.value.title}}</h3>
<div id="files-{{analysis.uuid}}" class="collapse in">
<div style="border:1px solid black; background:white; padding:5px; margin-bottom:15px;">
<div style= "width:50%; display:inline-block;">
<h3 style="margin-top:0;">{{analysis.value.title}}</h3>
<span style="font-weight:bold;">Description: </span>{{analysis.value.description}}</p>
<button class="btn btn-link btn-sm"
ng-click="showText(analysis.value.description)">
<i class="fa fa-external-link"></i> Show
</button>
<h3 style="margin-top:0;">{{analysis.value.title}}</h3>
<span style="font-weight:bold;">Description: </span>{{analysis.value.description}}</p>
<button class="btn btn-link btn-sm"
ng-click="showText(analysis.value.description)">
<i class="fa fa-external-link"></i> Show
</button>
</div>
</div>
<div style="padding:5px; margin:5px 0px; height:60px; overflow:hidden; word-wrap:overflow; width:50%; display:inline-block; float:right;">
<p style="overflow:hidden; display:block; height:20px;">
Expand Down Expand Up @@ -393,6 +394,7 @@ <h3 style="margin-top:0;">{{analysis.value.title}}</h3>
</div>
</div>
</div>

<div ng-repeat="report in browser.publication.reportsList | orderBy: 'value.title'">
<div class="entity-wrapper"
ng-if="report.files.length">
Expand Down

0 comments on commit 53279e9

Please sign in to comment.