Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

84 add version control url #85

Open
wants to merge 117 commits into
base: main
Choose a base branch
from

Conversation

RMcNeely
Copy link
Contributor

Resolves #84

Adds support for providing a link to the source code on individual app pages.

  • New parsing option for vcs-browser when parsing Appstream data.
  • New button at the footer on individual pages to link to source code

@RMcNeely
Copy link
Contributor Author

Somehow my fork got really messed up by the GHA automatic update. I'm not sure why but now I'm 100+ commits ahead of the elementary repo :(

@@ -78,6 +78,9 @@ <h2>What's New:</h2>
{% if page.help_page %}
<a class="button" href="{{ page.help_page }}" target="_blank">Help</a>
{% endif %}
{% if page.source_code %}
<a class="button" href="{{page.sourc_code}}" target="_blank">Source Code</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo :)

Suggested change
<a class="button" href="{{page.sourc_code}}" target="_blank">Source Code</a>
<a class="button" href="{{page.source_code}}" target="_blank">Source Code</a>

@ghost
Copy link

ghost commented Jun 9, 2023

Hi! Is there a reason this is still open? Is there something that needs to be fixed?

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

Successfully merging this pull request may close these issues.

Add link to source code repository
5 participants