Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
7183cf80
Commit
7183cf80
authored
Apr 07, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit banner
parent
ae8ee72a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
banner.png
public/images/banner.png
+0
-0
app.js
public/js/app.js
+0
-0
Toolbar.vue
resources/js/components/Toolbar.vue
+1
-1
app.blade.php
resources/views/app.blade.php
+1
-1
No files found.
public/images/banner.png
0 → 100644
View file @
7183cf80
116 KB
public/js/app.js
View file @
7183cf80
This diff is collapsed.
Click to expand it.
resources/js/components/Toolbar.vue
View file @
7183cf80
...
...
@@ -16,7 +16,7 @@
<v-flex
xs12
sm10
offset-sm1
>
<v-toolbar
flat
color=
"white"
v-if=
"page == 'app'"
>
<v-toolbar-title>
<
!--
<img
src=
"../../../public/img/logo.png"
class=
"my-2"
width=
"80"
>
--
>
<
img
src=
"../../../public/img/banner.png"
class=
"my-2"
width=
"150"
>
</v-toolbar-title>
<v-spacer></v-spacer>
...
...
resources/views/app.blade.php
View file @
7183cf80
...
...
@@ -8,7 +8,7 @@
<title>
CO-OP Search
</title>
<link
rel=
"shortcut icon"
href=
"{{ asset('img/logo
tab
.png') }}"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"{{ asset('img/logo.png') }}"
type=
"image/x-icon"
>
<!-- Fonts -->
<link
href=
"https://fonts.googleapis.com/css?family=Nunito:200,600"
rel=
"stylesheet"
>
<link
href=
"https://use.fontawesome.com/releases/v5.0.6/css/all.css"
rel=
"stylesheet"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment