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
01b06e40
Commit
01b06e40
authored
Apr 07, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit login to account
parent
e66bc7df
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
14 deletions
+23
-14
logo.png
public/images/logo.png
+0
-0
logo.png
public/img/logo.png
+0
-0
app.js
public/js/app.js
+0
-0
Toolbar.vue
resources/js/components/Toolbar.vue
+23
-14
No files found.
public/images/logo.png
0 → 100644
View file @
01b06e40
130 KB
public/img/logo.png
View replaced file @
e66bc7df
View file @
01b06e40
144 KB
|
W:
|
H:
130 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/js/app.js
deleted
100644 → 0
View file @
e66bc7df
This diff is collapsed.
Click to expand it.
resources/js/components/Toolbar.vue
View file @
01b06e40
<
template
>
<div>
<v-toolbar
flat
color=
"white"
height=
"40"
>
<v-spacer></v-spacer>
<v-btn
small=
""
dark
color=
"deep-orange darken-4"
class=
"elevation-0"
@
click=
"$router.push('/employer/login')"
>
สำหรับผู้ประกอบการ
</v-btn>
<v-divider
inset
vertical
></v-divider>
<v-btn
round
small
outline
color=
"deep-orange darken-4"
>
<v-icon>
person
</v-icon>
เข้าสู่ระบบ / สมัครสมาชิก
</v-btn>
</v-toolbar>
<v-toolbar
flat
color=
"white"
v-if=
"page == 'app'"
>
<!--
<v-toolbar-title><img
src=
"../../../public/img/logotab.png"
></v-toolbar-title>
-->
<v-spacer></v-spacer>
</v-toolbar>
<v-layout
row
wrap
white
>
<v-flex
xs12
sm10
offset-sm1
>
<v-toolbar
flat
color=
"white"
height=
"40"
>
<v-spacer></v-spacer>
<v-btn
small=
""
dark
color=
"deep-orange darken-4"
class=
"elevation-0"
@
click=
"$router.push('/employer/login')"
>
สำหรับผู้ประกอบการ
</v-btn>
<v-divider
inset
vertical
></v-divider>
<v-btn
round
small
outline
color=
"deep-orange darken-4"
>
<v-icon>
person
</v-icon>
เข้าสู่ระบบ / สมัครสมาชิก
</v-btn>
</v-toolbar>
</v-flex>
</v-layout>
<v-layout
row
wrap
white
>
<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"
>
-->
</v-toolbar-title>
<v-spacer></v-spacer>
</v-toolbar>
</v-flex>
</v-layout>
</div>
</
template
>
...
...
@@ -21,4 +31,3 @@ export default {
props
:
[
'page'
]
}
</
script
>
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