Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2015-12-16 17:29:13 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
98d9d8d71b202bea92b12215953606c4fa68e10d
98d9d8d7
1 parent
2a4ff6fb
Changed public template to use new system
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/public.blade.php
resources/views/public.blade.php
View file @
98d9d8d
...
...
@@ -8,8 +8,8 @@
<meta
charset=
"utf-8"
>
<!-- Styles and Fonts -->
<link
rel=
"stylesheet"
href=
"{{
elixir
('css/styles.css') }}"
>
<link
rel=
"stylesheet"
media=
"print"
href=
"{{
elixir
('css/print-styles.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{
versioned_asset
('css/styles.css') }}"
>
<link
rel=
"stylesheet"
media=
"print"
href=
"{{
versioned_asset
('css/print-styles.css') }}"
>
<link
href=
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"/libs/material-design-iconic-font/css/material-design-iconic-font.min.css"
>
...
...
@@ -59,6 +59,6 @@
@yield('content')
</section>
<script
src=
"{{
elixir
('js/common.js') }}"
></script>
<script
src=
"{{
versioned_asset
('js/common.js') }}"
></script>
</body>
</html>
...
...
Please
register
or
sign in
to post a comment