Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
23582c93
Commit
23582c93
authored
Mar 21, 2016
by
Rafael Ostertag
Browse files
Updated SpecRunner.tmpl.
parent
5e9442d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/jasmine/SpecRunner.tmpl
View file @
23582c93
...
...
@@ -252,7 +252,27 @@
<div
class=
"col-md-6"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
>
<input
name=
'reminder'
type=
"checkbox"
>
</label>
</div>
</div>
<div
class=
"col-md-4"
>
<p
class=
"help-block"
>
Empfängt 'Reminder'-Mails für Veranstaltungen.
</p>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-md-2"
>
<b
class=
"control-label"
>
Checkbox 2 test
</b>
</div>
<div
class=
"col-md-6"
>
<div
class=
"checkbox"
>
<label>
<input
name=
'checkbox2'
type=
"checkbox"
value=
"reminder_value"
checked
>
</label>
</div>
...
...
@@ -263,7 +283,9 @@
</div>
</form>
</section>
<
%
with
(
scripts
)
{
%
>
<
%
[].
concat
(
polyfills
,
jasmine
,
boot
,
vendor
,
helpers
,
src
,
specs
,
reporters
).
forEach
(
function
(
script
){
%
>
<script
src=
"<%= script %>"
></script>
...
...
Write
Preview
Supports
Markdown
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