Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit 86065d16df - Show all commits

View File

@ -1,7 +1,7 @@
{{#anime}} {{#anime}}
<article class="media search"> <article class="media search">
<div class="name" style="background-image:url({{cover_image}})"> <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}}"> <label for="{{slug}}">
<span>{{title}}<br />{{alternate_title}}</span> <span>{{title}}<br />{{alternate_title}}</span>
</label> </label>