Use application name in all views

Esse commit está contido em:
Les De Ridder 2016-12-18 03:35:54 +01:00
commit 9c952a6119
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 5EC132DFA85DB372
4 arquivos alterados com 5 adições e 5 exclusões

Ver arquivo

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

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

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

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