We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f33bf commit f85fc86Copy full SHA for f85fc86
1 file changed
website/source/layouts/_footer.erb
@@ -7,6 +7,9 @@
7
<li class="li-under"><a href="/intro/index.html">Intro</a></li>
8
<li class="active li-under"><a href="/docs/index.html">Docs</a></li>
9
<li class="li-under"><a href="/community.html">Community</a></li>
10
+ <% if current_page.url != '/' %>
11
+ <li class="li-under"><a href="https://github.com/hashicorp/terraform/<%= github_path current_page %>">Edit this page</a></li>
12
+ <% end %>
13
</ul>
14
</div>
15
<div class="footer-hashi col-sm-5 col-xs-12">
0 commit comments