File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ <h1>{{ page.title }}</h1>{% endif %} {% if page.advisory %}
147
147
< ul >
148
148
{% if edit_url != "" %}
149
149
< li > < a href ="{{ edit_url }} "> < i class ="fa fa-pencil-square-o " aria-hidden ="true "> </ i > Edit this page</ a > </ li > {% endif %}
150
- < li > < a href ="https://github.com/docker/docker.github.io/issues/new?title=Feedback for: {{ page.path }}& assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}) "
150
+ < li > < a href ="https://github.com/docker/docker.github.io/issues/new?assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}) "
151
151
class ="nomunge "> < i class ="fa fa-check " aria-hidden ="true "> </ i > Request docs changes</ a > </ li >
152
152
< li > < a href ="https://www.docker.com/docker-support-services "> < i class ="fa fa-question " aria-hidden ="true "> </ i > Get support</ a > </ li >
153
153
<!-- day/night switch
You can’t perform that action at this time.
0 commit comments