Skip to content

Commit

Permalink
Update actions column
Browse files Browse the repository at this point in the history
  • Loading branch information
robputt committed Dec 19, 2017
1 parent 4de72e4 commit 79c9f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion this_is_scraper/templates/article_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>ThisIsScraper &middot; Article Viewer</h2>
{% else %}
<td>{{ article.article_status }}</td>
{% endif %}
<td>{% if article.article_status == 'complete' %}<a href='/view?url={{ article.article_link }}'>View Summary</a> &middot; {% endif %}<a href='{{ article.article_link }}' target='_blank'>View Original</a></td>
<td><a href='{{ article.article_link }}' target='_blank'>View Original</a></td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 79c9f69

Please sign in to comment.