Sha256: a229dc5f61fdffbff207a872e827693ca9b4e37e74da00534625af9e74f29cf4

Contents?: true

Size: 345 Bytes

Versions: 5

Compression:

Stored size: 345 Bytes

Contents

<div class="row" ng-repeat="showChunk in shows | orderBy:'name' | chunk:2">
	<div class="span6" ng-repeat="show in showChunk">
    	<h2>{{show.name}}</h2>
		<p><a class="btn btn-primary" ng-href="/shows/{{show.id}}">Episodes</a>
		<button class="btn" type="button" ng-click="deleteEpisodes(show)">Delete all episodes</button></p>
	</div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_pvr-1.0.0 public/partials/shows.html
simple_pvr-0.0.4 public/partials/shows.html
simple_pvr-0.0.3 public/partials/shows.html
simple_pvr-0.0.2 public/partials/shows.html
simple_pvr-0.0.1 public/partials/shows.html