about summary refs log tree commit diff
path: root/laravel/resources/views
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-12-28 02:58:14 +0000
committerZach DeCook <zachdecook@gmail.com>2018-12-28 02:58:14 +0000
commit24e1cca96002a4b017647fc031e44138762a9281 (patch)
treeb576b94a3f788f9b0489be28a9f1dcd6ebed1391 /laravel/resources/views
parent297437f0bcf2bb0fc190d3ce988eb9a9c57ada5c (diff)
downloadprosongsa-24e1cca96002a4b017647fc031e44138762a9281.tar.gz
- Fix old song view
Diffstat (limited to 'laravel/resources/views')
-rw-r--r--laravel/resources/views/playlist.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/laravel/resources/views/playlist.blade.php b/laravel/resources/views/playlist.blade.php
index 7f6bed5..20e91f5 100644
--- a/laravel/resources/views/playlist.blade.php
+++ b/laravel/resources/views/playlist.blade.php
@@ -1,5 +1,5 @@
 @extends('layouts.app')
-@section('title', $playlist->name)
+@section('title', "Contribute to the $playlist->name playlist")
 
 @section('content')