Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
aefb4fa7
Commit
aefb4fa7
authored
5 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Changed default option for bitpay
parent
78ffd707
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1419
Development
,
!1417
Resolve "Integrate some search settings"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/spende/bitpay.blade.php
+2
-2
2 additions, 2 deletions
resources/views/spende/bitpay.blade.php
with
2 additions
and
2 deletions
resources/views/spende/bitpay.blade.php
+
2
−
2
View file @
aefb4fa7
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
<div
class=
"field-input-wrapper"
>
<div
class=
"field-input-wrapper"
>
<input
class=
"bitpay-donate-field-price field-input"
name=
"price"
type=
"number"
value=
"10.00"
placeholder=
"{{ trans('bitpay.amount') }}"
maxlength=
"10"
min=
"1"
step=
"0.01"
/>
<input
class=
"bitpay-donate-field-price field-input"
name=
"price"
type=
"number"
value=
"10.00"
placeholder=
"{{ trans('bitpay.amount') }}"
maxlength=
"10"
min=
"1"
step=
"0.01"
/>
<select
class=
"bitpay-donate-field-currency field-input"
name=
"currency"
value=
""
>
<select
class=
"bitpay-donate-field-currency field-input"
name=
"currency"
value=
""
>
<option
selected=
"selected"
value=
"USD"
>
USD
</option>
<option
value=
"USD"
>
USD
</option>
<option
value=
"BTC"
>
BTC
</option>
<option
value=
"BTC"
>
BTC
</option>
<option
value=
"EUR"
>
EUR
</option>
<option
selected=
"selected"
value=
"EUR"
>
EUR
</option>
<option
value=
"GBP"
>
GBP
</option>
<option
value=
"GBP"
>
GBP
</option>
<option
value=
"AUD"
>
AUD
</option>
<option
value=
"AUD"
>
AUD
</option>
<option
value=
"BGN"
>
BGN
</option>
<option
value=
"BGN"
>
BGN
</option>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment