Use application name in all views

このコミットが含まれているのは:
Les De Ridder 2016-12-18 03:35:54 +01:00
コミット 9c952a6119
この署名に対応する既知のキーがデータベースに存在しません
GPGキー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'>