Use application name in all views

This commit is contained in:
Les De Ridder 2016-12-18 03:35:54 +01:00
förälder e1b5f41a66
incheckning 9c952a6119
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 5EC132DFA85DB372
4 ändrade filer med 5 tillägg och 5 borttagningar

Visa fil

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ $id }} &middot; pastethingy</title>
<title>{{ $id }} &middot; {{ config('app.name') }}</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,300' rel='stylesheet' type='text/css'>
@ -21,7 +21,7 @@
user-select: none;
-webkit-user-select: none;
}
pre {
margin: 0 0;
white-space: pre-wrap;

Visa fil

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ $id }} &middot; pastethingy</title>
<title>{{ $id }} &middot; {{ config('app.name') }}</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:100,300' rel='stylesheet' type='text/css'>

Visa fil

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ $id }} &middot; pastethingy</title>
<title>{{ $id }} &middot; {{ config('app.name') }}</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:100' rel='stylesheet' type='text/css'>

Visa fil

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ $id }} &middot; pastethingy</title>
<title>{{ $id }} &middot; {{ config('app.name') }}</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:100' rel='stylesheet' type='text/css'>