Skip to content

Commit

Permalink
major tempalte changes to replays ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
mylesthedev committed Feb 3, 2015
1 parent 8ef4cc2 commit f358258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/replay/game.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="large-12 columns">
<h1>Game {{ $game->id }} - <small>{{ $game->teamOne->name }} vs {{ $game->teamTwo->name}}</small></h1>
</div>
<div class="large-6 medium-6 small-12 column">
<div class="large-4 medium-4 small-12 column">
<div class="row">

@foreach($videos as $video)
Expand All @@ -32,7 +32,7 @@

</div>

<div class="large-6 medium-6 small-12 column">
<div class="large-8 medium-8 small-12 column">
<div class="alert-box transparent radius">
<span class="stat">Instant Replay</span>
<video id='video-player' src="{{ $videos[0] }}" autoplay controls>
Expand Down

0 comments on commit f358258

Please sign in to comment.