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
Better
Builder
Commits
ac0b1def
Commit
ac0b1def
authored
May 02, 2016
by
Laura Kalbag
⚡
Browse files
Change heading on trackerslist for a better HTML outline
parent
4cbcecef
Pipeline
#418
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Blockdown.coffee
View file @
ac0b1def
...
...
@@ -683,7 +683,7 @@ class Blockdown
trackersListCode
=
''
if
@
rendering
==
@
site
# Site code
trackersListCode
=
"<aside id='trackers-list' class='mfp-hide'>
\n\t
<h
3
>
#{
numberOfTrackers
}
trackers</h
3
>
\n\t
<ul>
#{
trackersList
}
\t\t
</ul>"
trackersListCode
=
"<aside id='trackers-list' class='mfp-hide'>
\n\t
<h
4
>
#{
numberOfTrackers
}
trackers</h
4
>
\n\t
<ul>
#{
trackersList
}
\t\t
</ul>"
else
# App code
trackersListCode
=
"<script>var trackersList =
#{
JSON
.
stringify
trackersArray
}
;</script>"
...
...
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