Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fazo
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nuriddin
fazo
Commits
62b586ac
Commit
62b586ac
authored
Jun 14, 2019
by
Ruslan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redesigned address edition form
parent
30604346
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
264 additions
and
270 deletions
+264
-270
workspace.xml
.idea/workspace.xml
+134
-151
addaddress.blade.php
resources/views/addaddress.blade.php
+1
-1
address.blade.php
resources/views/address.blade.php
+1
-1
user_new.blade.php
resources/views/layouts/user_new.blade.php
+1
-1
address_add.blade.php
resources/views/pages/profile/address_add.blade.php
+109
-99
addresses.blade.php
resources/views/pages/profile/addresses.blade.php
+18
-17
No files found.
.idea/workspace.xml
View file @
62b586ac
This diff is collapsed.
Click to expand it.
resources/views/addaddress.blade.php
View file @
62b586ac
@
extends
(
'layouts.user'
)
@
extends
(
'layouts.user
_new
'
)
@
section
(
'content'
)
<
section
class
="
bg
-
light
section
-
lg
">
...
...
resources/views/address.blade.php
View file @
62b586ac
@
extends
(
'layouts.user'
)
@
extends
(
'layouts.user
_new
'
)
@
section
(
'content'
)
...
...
resources/views/layouts/user_new.blade.php
View file @
62b586ac
...
...
@@ -67,7 +67,7 @@
</nav>
</div>
<div
class=
"container"
>
<div
class=
"container"
style=
"min-height: 400px;"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
@if( Session::has( 'success' ))
...
...
resources/views/pages/profile/address_add.blade.php
View file @
62b586ac
This diff is collapsed.
Click to expand it.
resources/views/pages/profile/addresses.blade.php
View file @
62b586ac
@
extends
(
'layouts.user'
)
@
extends
(
'layouts.user
_new
'
)
@
section
(
'content'
)
<
section
class
="
bg
-
light
section
-
lg
">
<ol class="
breadcrumb
">
</ol>
</section>
<section class="
section
section
-
inset
-
1
">
<
div
class
="
container
">
<div class="
row
">
<div class="
col
-
xs
-
12
section
-
inset
-
1
">
<div class="
col
-
12
">
<h4 class="
mb
-
5
">
<span class="
text
-
top
-
title
">Редактирование профиля</span>
</h4>
</div>
</div>
<div class="
row
">
<div class="
col
-
12
section
-
inset
-
1
">
<div class="
table
-
responsive
">
<table class="
table
table
-
hover
text
-
left
">
<table class="
table
table
-
hover
">
<thead>
<tr class="
bg
-
dark
">
<tr class="">
<th>#</th>
<th>
Name
</th>
<th>
Passport
</th>
<th>
Adress
</th>
<th>
Phone
</th>
<th>
Manage
</th>
<th>
ФИО
</th>
<th>
Паспорт
</th>
<th>
Адрес
</th>
<th>
Тел.
</th>
<th>
Опции
</th>
</tr>
</thead>
<tbody>
...
...
@@ -55,10 +57,9 @@
</div>
<!-- RD Mailform-->
<a class="
btn
btn
-
primary
btn
-
sm
pull
-
sm
-
right
" href="
{{
route
(
'address.add'
)
}}
" >
Add Address
</a>
<a class="
btn
btn
-
primary
btn
-
sm
pull
-
sm
-
right
" href="
{{
route
(
'address.add'
)
}}
" >
Добавить адрес
</a>
</div>
</div>
</div>
</section>
@endsection
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