Use application name in all views

This commit is contained in:
Les De Ridder 2016-12-18 03:35:54 +01:00
父節點 e1b5f41a66
當前提交 9c952a6119
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 5EC132DFA85DB372
共有 4 個文件被更改,包括 5 次插入5 次删除

查看文件

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

查看文件

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

查看文件

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

查看文件

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