Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
718c7b5e
Commit
718c7b5e
authored
Nov 27, 2019
by
Robert Czechowski
Browse files
Fix typos in task.hbs & wrapper.html
parent
7239ad96
Pipeline
#300
canceled with stage
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
tasks/jwinf/wrapper.html
View file @
718c7b5e
...
...
@@ -112,19 +112,19 @@ function getTaskProxyCallback(task) {
if
(
ecb
)
{
ecb
();}
}
},
showViews
(
views
,
cb
,
ecb
)
{
showViews
:
function
(
views
,
cb
,
ecb
)
{
cb
(
options
);
},
openUrl
(
textId
,
cb
,
ecb
)
{
openUrl
:
function
(
textId
,
cb
,
ecb
)
{
cb
();
},
askHint
(
ht
,
cb
,
ecb
)
{
askHint
:
function
(
ht
,
cb
,
ecb
)
{
cb
();
},
updateDisplay
:
function
(
opt
,
cb
,
ecb
)
{
cb
();
},
initWithTask
(
t
,
cb
,
ecb
)
{
initWithTask
:
function
(
t
,
cb
,
ecb
)
{
cb
(
options
);
},
};
...
...
templates/default/task.hbs
View file @
718c7b5e
...
...
@@ -137,7 +137,7 @@ Verbleibende Zeit
<a
href=
"
{{
nexttask
}}
"
>
🡆 Nächste Aufgabe
</a>
</div>
{{/if}}
{{#if
prevtask
}}
}
{{#if
prevtask
}}
<div
class=
"nav"
>
<a
href=
"
{{
prevtask
}}
"
>
🡄 Vorherige Aufgabe
</a>
</div>
...
...
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