Skip to content

Commit 5284a60

Browse files
authored
Update index.hbs
1 parent 63ae0d5 commit 5284a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/front-end/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</a>
163163
{{/if}}
164164
{{#if git_repository_edit_url}}
165-
<a href="{{git_repository_edit_url}}" title="Suggest an edit" aria-label="Suggest an edit">
165+
<a href="{{git_repository_edit_url}}" title="Suggest an edit" aria-label="Suggest an edit" rel="edit">
166166
<i id="git-edit-button" class="fa fa-edit"></i>
167167
</a>
168168
{{/if}}

0 commit comments

Comments
 (0)