Skip to content

Commit

Permalink
Fixed #19
Browse files Browse the repository at this point in the history
  • Loading branch information
silvae86 committed Nov 16, 2017
1 parent 7ee3541 commit 975fc43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/projects/show/file_explorer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<table class="explorer-table">
<tr>
<td ng-show="shared.multiple_selection_active">
<input type="checkbox" ng-model="file.selected" multiple>
<img src="/images/icons/check_box_uncheck.png" ng-show="!file.selected">
<img src="/images/icons/check_box.png" ng-show="file.selected">
</td>
<td class="parent_stacked_image">
<img class="image1_stacked_file_browser" ng-src="{{get_thumbnail_uri(file.uri) | trustAsResourceUrl}}" image-spinner/>
Expand All @@ -56,4 +57,4 @@
</div>
</div>
</a>
</ul>
</ul>

0 comments on commit 975fc43

Please sign in to comment.