aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/article.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-18 08:43:02 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-18 08:43:02 +0100
commit66177d7bb656aa6ec49114051aabf764d452038c (patch)
treec4b82e6d9cace9335485b81ab73a8a7f807e76ed /source/static/templates/article.html
parentUpdated link to the picture in the authentication page. (diff)
downloadnewspipe-66177d7bb656aa6ec49114051aabf764d452038c.tar.gz
newspipe-66177d7bb656aa6ec49114051aabf764d452038c.tar.bz2
newspipe-66177d7bb656aa6ec49114051aabf764d452038c.zip
The plain_text views and plain_text template has been removed. There is now alink in the /article page to see the content of the article in plain text.
Diffstat (limited to 'source/static/templates/article.html')
-rw-r--r--source/static/templates/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/static/templates/article.html b/source/static/templates/article.html
index 9225993a..123aaa9f 100644
--- a/source/static/templates/article.html
+++ b/source/static/templates/article.html
@@ -19,7 +19,7 @@
</div>
<hr />
- <a href="/plain_text/${feed['feed_id']}:${article['article_id']}">Plain text</a>
+ <a href="/article/${feed['feed_id']}:${article['article_id']}/?plain_text=1">Plain text</a>
- <a href="/epub/${feed['feed_id']}:${article['article_id']}">Export to EPUB</a>
<br />
<a href="${article['article_link']}">Complete story</a>
bgstack15