forked from lix-project/hydra
Remove close button on news items since it's not persistent, so kinda useless
This commit is contained in:
parent
a633e4b361
commit
bf757f687d
|
@ -3,7 +3,6 @@
|
|||
|
||||
[% IF newItems.size != 0 %]
|
||||
<div class="alert alert-info">
|
||||
<a class="close" data-dismiss="alert">×</a>
|
||||
[% FOREACH i IN newsItems %]
|
||||
[% contents = String.new(i.contents) %]
|
||||
<h4 class="alert-heading">[% INCLUDE renderDateTime timestamp=i.createtime %] by [% i.author.fullname %]</h4>
|
||||
|
|
Loading…
Reference in a new issue