Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c81bae06
Commit
c81bae06
authored
6 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Add missing trailing slash in Edge tracker links.
parent
e8e8df9c
2 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/_includes/bugify.html
+1
-1
site/_includes/bugify.html
with
1 addition
and
1 deletion
+1
-1
site/_includes/bugify.html
+
1
-
1
View file @
c81bae06
...
@@ -17,7 +17,7 @@ e.g. Bootstrap#19984
...
@@ -17,7 +17,7 @@ e.g. Bootstrap#19984
{%- when "Bootstrap" -%}
{%- when "Bootstrap" -%}
<a
href=
"https://github.com/twbs/bootstrap/issues/{{ bug_id }}"
>
#{{ bug_id }}
</a>
<a
href=
"https://github.com/twbs/bootstrap/issues/{{ bug_id }}"
>
#{{ bug_id }}
</a>
{%- when "Edge" -%}
{%- when "Edge" -%}
<a
href=
"https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/{{ bug_id }}"
>
Edge issue #{{ bug_id }}
</a>
<a
href=
"https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/{{ bug_id }}
/
"
>
Edge issue #{{ bug_id }}
</a>
{%- when "A11yUserVoice" -%}
{%- when "A11yUserVoice" -%}
<a
href=
"https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/{{ bug_id }}"
>
Microsoft A11y UserVoice idea #{{ bug_id }}
</a>
<a
href=
"https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/{{ bug_id }}"
>
Microsoft A11y UserVoice idea #{{ bug_id }}
</a>
{%- when "UserVoice" -%}
{%- when "UserVoice" -%}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets