diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:37:03 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:37:03 +0200 |
commit | c1c9f252f7f0133903dc4143a0db8ed8104f8733 (patch) | |
tree | 7882a1db8eed5426e5a2f461bfe517b3103a5141 /tpl/view.html | |
parent | 2987031bc3d30437e7b34c3fe912a0ccbcc87f10 (diff) | |
download | wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.gz wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.zst wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.zip |
display flash message in article view
Diffstat (limited to 'tpl/view.html')
-rw-r--r-- | tpl/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/view.html b/tpl/view.html index 4384631b..af94df2e 100644 --- a/tpl/view.html +++ b/tpl/view.html | |||
@@ -38,6 +38,7 @@ | |||
38 | <h1><a href="{$url}">{$title}</a></h1> | 38 | <h1><a href="{$url}">{$title}</a></h1> |
39 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> | 39 | <div class="vieworiginal txtright small"><a href="{$url}" target="_blank" title="original : {$title}">view original</a></div> |
40 | </header> | 40 | </header> |
41 | {include="messages"} | ||
41 | <article> | 42 | <article> |
42 | <div id="readityourselfcontent"> | 43 | <div id="readityourselfcontent"> |
43 | {$content} | 44 | {$content} |