about summary refs log tree commit diff
path: root/laravel/resources/views/song.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'laravel/resources/views/song.blade.php')
-rw-r--r--laravel/resources/views/song.blade.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/laravel/resources/views/song.blade.php b/laravel/resources/views/song.blade.php
index 8a5e0f8..d350ff6 100644
--- a/laravel/resources/views/song.blade.php
+++ b/laravel/resources/views/song.blade.php
@@ -3,7 +3,10 @@
 
 @section('content')
 
-<div class='container'>
+    <a href='{{ route('playlist.show', ['playlist' => $playlist->name ] ) }}'>
+        Back to "<i>{{$playlist->name}}</i>" playlist
+    </a>
+
     <h2>{{$song['title']}}</h2>
     <form>
     <select name="transp" id="transp"
@@ -31,7 +34,6 @@
         <canvas id='guitarregion' width="100" height="100" onclick="cycle(guitarObj);"></canvas>
         <canvas id='ukuleleregion' width="100" height="100" onclick="cycle(ukeObj);"></canvas>
     </div>
-</div>
 
 <script src='/js/chordsdata/chords.js'></script>
 <script src='/js/chordsdata/ukulelechords.js'></script>