Skip to content

Commit

Permalink
fixed #492
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jul 8, 2015
1 parent b6bd609 commit edc65e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/serieslist/trakt-searching.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3><span translate-once="SERIESLIST/TRAKT-SEARCHING/no-results/lbl"></span> {{t
<a ng-show="!serie.trailer" href="https://www.youtube.com/results?search_query={{serie.name}}+official+trailer" target="_blank" tooltip="{{'SERIESLIST/TRAKT-SEARCHING/watch-trailer/tooltip'|translate}}" tooltip-append-to-body="true" tooltip-placement="bottom" mousedown="serieslist.selectTrailer(serie,false)" ng-mouseup="serieslist.selectTrailer(serie,true)"><i class="glyphicon glyphicon-facetime-video"></i></a>
</em>
<em class="earmark" ng-show="serieslist.isAdded(serie.tvdb_id)"><i class='glyphicon glyphicon-ok'></i></em>
<em class="earmark adding" ng-show="serieslist.isAdding(serie.tvdb_id)"><loading-spinner style="width: 37px; height:37px; position:absolute;"></loading-spinner></em>
<em class="earmark adding" ng-show="serieslist.isAdding(serie.tvdb_id)"><loading-spinner style="width: 37px; height:37px;"></loading-spinner></em>
<em class="earmark error" ng-show="serieslist.isError(serie.tvdb_id)" tooltip="{{error[serie.tvdb_id]}}" tooltip-append-to-body="true" > :( </em>
</serieHeader>
</div>

0 comments on commit edc65e4

Please sign in to comment.