Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
T
test-webshop
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Artem
test-webshop
Commits
dfa6c2c2
Commit
dfa6c2c2
authored
May 04, 2020
by
ArtemTropanets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change select text-seize in create and edit product templates
parent
161079d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
create.blade.php
resources/views/product/create.blade.php
+1
-1
edit.blade.php
resources/views/product/edit.blade.php
+1
-1
No files found.
resources/views/product/create.blade.php
View file @
dfa6c2c2
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<div class="
form
-
group
row
">
<div class="
form
-
group
row
">
<label for="
product
-
type
" class="
col
-
sm
-
2
col
-
form
-
label
">Product type</label>
<label for="
product
-
type
" class="
col
-
sm
-
2
col
-
form
-
label
">Product type</label>
<div class="
col
-
sm
-
10
">
<div class="
col
-
sm
-
10
">
<select class="
custom
-
select
custom
-
select
-
sm
" name="
type
" id="
product
-
type
" required>
<select class="
custom
-
select
custom
-
select
" name="
type
" id="
product
-
type
" required>
<option selected></option>
<option selected></option>
<option value="
Phone
">Phone</option>
<option value="
Phone
">Phone</option>
<option value="
Balalaika
">Balalaika</option>
<option value="
Balalaika
">Balalaika</option>
...
...
resources/views/product/edit.blade.php
View file @
dfa6c2c2
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div class="
form
-
group
row
">
<div class="
form
-
group
row
">
<label for="
type
" class="
col
-
sm
-
2
col
-
form
-
label
">Product type</label>
<label for="
type
" class="
col
-
sm
-
2
col
-
form
-
label
">Product type</label>
<div class="
col
-
sm
-
10
">
<div class="
col
-
sm
-
10
">
<select class="
custom
-
select
custom
-
select
-
sm
" name="
type
" id="
type
" required>
<select class="
custom
-
select
custom
-
select
" name="
type
" id="
type
" required>
<option value="
Phone
"
<option value="
Phone
"
{{ (
$product->type
=== 'Phone') ? 'selected' : '' }}
{{ (
$product->type
=== 'Phone') ? 'selected' : '' }}
>Phone</option>
>Phone</option>
...
...
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