Skip to content

Commit

Permalink
fixed an error while subscribing to an operation with no main character
Browse files Browse the repository at this point in the history
  • Loading branch information
HUET Benjamin committed Apr 2, 2017
1 parent 0a18ae3 commit 9eb9aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</label>
@else
<label>
<input type="radio" name="character_id" id="character_id" value="{{ $character->characterID }}">
<input type="radio" name="character_id" id="character_id" value="{{ $character->characterID }}" @if ($loop->first) checked @endif>
<img src="http://image.eveonline.com/Character/{{ $character->characterID }}_64.jpg" class="img-circle eve-icon small-icon" />
{{ $character->characterName }}
</label>
Expand Down

0 comments on commit 9eb9aeb

Please sign in to comment.