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

added atom feed to "save my work" #73

Open
wants to merge 2 commits into
base: DRMS
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions geoq/core/templates/core/_job_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ <h4 class="modal-title">Save Your Work:</h4>
<img src="/static/images/icons/kml_globe.png"/>
<span>Direct KML Link</span></a>
</div>

<div class="job_link_item">
<a href="{% url 'atom-job' object.id %}"
title="Best for use in feed readers (RSS Readers that support Atom)" target="_new">
<img src="/static/images/icons/feed_icon.svg" style="height: 24px; width: 24px;" />
<span>Atom Feed</span></a>
</div>


<br>

<div class="job_link_item">
Expand Down
18 changes: 18 additions & 0 deletions geoq/static/images/icons/feed_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.