Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Github link fixes #1440

Closed
wants to merge 3 commits into from
Closed

Conversation

petebacondarwin
Copy link
Contributor

Closes #1435
Closes #1433

{%- endmacro %}

{% macro githubViewLink(doc) -%}
<a href="{$ githubHref(doc) $}">{$ doc.fileInfo.relativePath $} (line {$ doc.location.start.line+1 $})</a>
{%- endmacro -%}
<a href="{$ githubHref(doc) $}">{$ doc.fileInfo.projectRelativePath $} (line {$ doc.location.start.line+1 $})</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ericjim
Copy link
Member

ericjim commented May 19, 2016

LGTM, here is a test deployment https://doc-bottom-link.firebaseapp.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants