Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
ProjectWeb
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
ProjectWeb
ProjectWeb
Commits
f0636aac
Commit
f0636aac
authored
6 years ago
by
wutthichai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Project New
parent
2b8c60e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
like.png
public/images_post/like.png
+0
-0
Login.blade.php
resources/views/LoRe/Login.blade.php
+6
-0
Register.blade.php
resources/views/LoRe/Register.blade.php
+0
-2
No files found.
public/images_post/like.png
0 → 100644
View file @
f0636aac
9.05 KB
This diff is collapsed.
Click to expand it.
resources/views/LoRe/Login.blade.php
View file @
f0636aac
...
...
@@ -60,10 +60,16 @@
{{ __('Login') }}
</button>
</div>
<div
class=
"container-login100-form-btn"
>
<a
class=
"btn btn-primary bb"
href=
"/login/facebook"
><i
class=
"fa fa-facebook"
></i>
Facebook
</a>
<a
class=
"btn btn-primary bb"
href=
"{{ url('/auth/redirect/google') }}"
><i
class=
"fa fa-google"
></i>
Google
</a>
</div>
<div
class=
"text-center p-t-40"
>
<a
class=
"txt2"
href=
"/Register"
>
<h5>
Create your Account
<i
class=
"fa fa-long-arrow-right m-l-5"
aria-hidden=
"true"
></i>
</h5>
</a>
</div>
</form>
...
...
This diff is collapsed.
Click to expand it.
resources/views/LoRe/Register.blade.php
View file @
f0636aac
...
...
@@ -86,8 +86,6 @@
<button
type=
"submit"
class=
"btn btn-success float-right bb"
>
{{ __('Register') }}
</button>
<a
class=
"btn btn-primary bb"
href=
"/login/facebook"
><i
class=
"fa fa-facebook"
></i>
Facebook
</a>
<a
class=
"btn btn-primary bb"
href=
"{{ url('/auth/redirect/google') }}"
><i
class=
"fa fa-google"
></i>
Google
</a>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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