mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
8 lines
521 B
Markdown
8 lines
521 B
Markdown
{% if filename %}<div class="subhead-links sourcefile" data-sourcefile="{{filename|uri_escape}}"
|
|
><a href="https://github.com/bitcoin/bitcoin.org/edit/master/{{filename|uri_escape}}">Edit</a>
|
|
| <a href="https://github.com/bitcoin/bitcoin.org/commits/master/{{filename|uri_escape}}">History</a>
|
|
| <a href="https://github.com/bitcoin/bitcoin.org/issues/new?body=Source%20File%3A%20{{filename|uri_escape}}%0A%0A">Report Issue</a>
|
|
| <a href="/en/development#devcommunities">Discuss</a></div>
|
|
{% else %}
|
|
{% die %}
|
|
{% endif %}
|