Sha256: e9c4bdbe5a01b4eb455d86fb90a9673c3847217fddeeb3b7f01fe199ba079164

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

<div class="col-md-6" ng-repeat-start="show in shows | orderBy:'name'">
	<h2>{{show.name}}</h2>
	<p><a class="btn btn-default" ng-href="/shows/{{show.id}}">Episodes</a>
	<button class="btn btn-warning" type="button" ng-click="deleteEpisodes(show)">Delete all episodes</button></p>
</div>
<div class="clearfix" ng-show="$index % 2 == 1" ng-repeat-end></div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_pvr-1.1.0 public/partials/shows.html