Sha256: 8264439be76e4f5cde191c0edacaa00765271586d2c95ed9694d25e8d55ad3c2

Contents?: true

Size: 548 Bytes

Versions: 2

Compression:

Stored size: 548 Bytes

Contents

<div class="shows">
    <h1>Shows</h1>
    <ac-alerts></ac-alerts>
    <div ng-switch="!!shows">
        <div ng-switch-when="true">
            <a class="show-cell" ng-repeat="show in shows track by $index" ui-sref="episodes({showName: (show.show|urlencode)})">
                <img ng-src="{{tabloBaseUrl}}/stream/thumb?id={{show.image_id}}" alt="{{show.show}}">
                <div class="episode-count" ng-bind="show.count"></div>
            </a>
        </div>
        <p ng-switch-when="false">No recorded shows found.</p>
    </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tablo_connect-0.0.3 app/assets/javascripts/tablo_connect/ng_app/templates/shows.html
tablo_connect-0.0.2 app/assets/javascripts/tablo_connect/ng_app/templates/shows.html