Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaGer Keymanager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Keymanager
Commits
b2513ace
Commit
b2513ace
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fixed refund_message
parent
2f988397
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pass/views/orders/refund_message.ejs
+4
-4
4 additions, 4 deletions
pass/views/orders/refund_message.ejs
with
4 additions
and
4 deletions
pass/views/orders/refund_message.ejs
+
4
−
4
View file @
b2513ace
...
...
@@ -10,13 +10,13 @@
<body>
<p>
Eine Erstattung für die Bestellung mit der ID
<span
style=
"font-weight: bold"
><
%=
order.payment.public_id
%
></span>
wurde angefragt.
</p>
<div
style=
"display: grid; grid-template-columns: auto
1fr
; gap: 1rem; align-items: center; justify-content: center;"
>
<div
style=
"display: grid; grid-template-columns:
1fr
auto; gap: 1rem; align-items: center; justify-content: center;"
>
<label
for=
"count"
>
Suchanfragen
</label>
<
input
type=
"text"
name=
"count"
id=
"count"
value=
"
<%= order.refund.count %>
"
disabled
>
<
div
id=
"count"
>
<
%=
order.refund.count
%
>
</div
>
<label
for=
"amount"
>
Erstattungsbetrag
</label>
<
input
type=
"amount"
name=
"amount"
id=
"amount"
value=
"
<%= order.refund.amount %>
"
disabled
>
<
div
id=
"amount"
>
<
%=
order.refund.amount
%
>
</div
>
<label
for=
"message"
>
Nachricht
</label>
<
textarea
name=
"message"
id=
"message"
cols=
"30"
rows=
"3"
disabled
><
%=
order.refund.message
%
></
textarea
>
<
div
id=
"message"
><
%=
order.refund.message
%
></
div
>
</div>
<p
style=
"margin-top: 1rem"
>
Bitte Erstattungsdaten überprüfen und die Erstattung ggf. freigeben.
</p>
</body>
...
...
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