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 63ae0d5 commit 5284a60Copy full SHA for 5284a60
src/front-end/templates/index.hbs
@@ -162,7 +162,7 @@
162
</a>
163
{{/if}}
164
{{#if git_repository_edit_url}}
165
- <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">
166
<i id="git-edit-button" class="fa fa-edit"></i>
167
168
0 commit comments