Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 86065d16df - Show all commits

View File

@ -1,7 +1,7 @@
{{#anime}}
<article class="media search">
<div class="name" style="background-image:url({{cover_image}})">
<input type="radio" class="big-check" id="{{slug}}" name="id" value="{{slug}}" />
<input type="radio" class="big-check" id="{{slug}}" name="id" value="{{id}}" />
<label for="{{slug}}">
<span>{{title}}<br />{{alternate_title}}</span>
</label>