From 5c7e793ef50c248c017590fcde4228247f50819f Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Wed, 22 Jun 2016 19:01:43 +0100 Subject: [PATCH] Forgot some linebreaks --- resources/views/dj/connection-info.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/dj/connection-info.blade.php b/resources/views/dj/connection-info.blade.php index 48d4187..a84a89f 100644 --- a/resources/views/dj/connection-info.blade.php +++ b/resources/views/dj/connection-info.blade.php @@ -40,8 +40,8 @@ {!! __('IP: %s', "{$connection->ip}") !!}
{!! __('Port: %s', "{$connection->port}") !!}
{!! __('Stream ID: %s', '1') !!}
- {!! __('DJ/User ID: %s', '' . auth()->user()->username . '') !!} - {!! __('Password: %s', "{$connection->password}") !!} + {!! __('DJ/User ID: %s', '' . auth()->user()->username . '') !!}
+ {!! __('Password: %s', "{$connection->password}") !!}
{!! __('Use SHOUTcast v1 mode: %s', 'UNCHECKED') !!}
{!! __('Bitrate: %s', '256kbps') !!} -- libgit2 1.7.2