Use application name in all views

Este commit está contenido en:
Les De Ridder 2016-12-18 03:35:54 +01:00
padre e1b5f41a66
commit 9c952a6119
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 5EC132DFA85DB372
Se han modificado 4 ficheros con 5 adiciones y 5 borrados

Ver fichero

@ -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;

Ver fichero

@ -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'>

Ver fichero

@ -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'>

Ver fichero

@ -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'>