Skip to content
Snippets Groups Projects
Commit 0d93cd08 authored by uhensler's avatar uhensler
Browse files

OO-2723: Show the notification link immediatly after the cration of a new blog

parent 6fc95273
No related branches found
No related tags found
No related merge requests found
......@@ -15,21 +15,22 @@
#end
<div class="o_date">$r.translate("feed.last.change") $!helper.getLastModified($feed)</div>
#if ($feed.getDescription() != "")
<div class="o_desc o_info">$!helper.getFeedDescriptionForBrowser($feed)</div>
<div class="o_desc o_info">$!helper.getFeedDescriptionForBrowser($feed)</div>
#end
#if (!$feed.isUndefined())
#if (!$feed.isUndefined() && $!feed.getDescription())
<div class="o_subscription">
<a href="$!helper.getFeedUrl()" class="o_nowrap" target="_blank">
<i class="o_icon o_icon-fw o_icon_rss"></i>
$r.translate("blog.subscribe.to.this.feed")
</a>
#if ($r.available("subscription"))
<div class="pull-right">
</div>
#end
#if ($r.available("subscription"))
<div class="pull-right">
$r.render("subscription")
</div>
#end
</div>
#end
</div>
#end
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment