Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Tweaked the edit link on the guides pages #1255

Merged
merged 1 commit into from
Feb 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<article class="chapter">
<h1>
<%= page_title %>
<a href="https://github.com/emberjs/guides/edit/master/source/<%= current_page.path.gsub('html', 'md') %>"
<a href="https://github.com/emberjs/guides/edit/master/source/localizable/<%= current_page.path.gsub('html', 'md') %>"
target="_blank" class="edit-page icon-pencil">Edit Page</a>
</h1>
<hr>
Expand Down