We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeb0d2 commit fbcc249Copy full SHA for fbcc249
src/front-end/templates/index.hbs
@@ -181,7 +181,7 @@
181
</a>
182
{{/if}}
183
{{#if git_repository_edit_url}}
184
- <a href="{{git_repository_edit_url}}" title="Suggest an edit" aria-label="Suggest an edit">
+ <a href="{{git_repository_edit_url}}" title="Suggest an edit" aria-label="Suggest an edit" rel="edit">
185
<i id="git-edit-button" class="fa fa-edit"></i>
186
187
0 commit comments