mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
9 lines
280 B
HTML
9 lines
280 B
HTML
{% assign path = page.path %}
|
|
{% if include.path %}{% assign path = include.path %}{% endif %}
|
|
|
|
<a href="{{ site.edit_on_github_url|replace:'%path%',path }}"
|
|
target="_blank"
|
|
data-bypass="true"
|
|
title="Edit this page on GitHub">
|
|
<span class="text">Edit Page</span>
|
|
</a> |