Improved markup.
This commit is contained in:
parent
e0ec2fbd12
commit
504fa4e6c9
1 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
<div class="span3">
|
||||
<h2 class="can-move"><%- @T( @head ) %></h2>
|
||||
<% if @message: %>
|
||||
<%- @T(@message) %>
|
||||
<% end %>
|
||||
<ul>
|
||||
<% for item in @items: %>
|
||||
<li><a href="<%= item.link %>" title="<%= item.summary %>" target="_blank"><%= item.title %>"</a></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<h2 class="can-move"><%- @T( @head ) %></h2>
|
||||
<% if @message: %>
|
||||
<%- @T(@message) %>
|
||||
<% end %>
|
||||
<ul>
|
||||
<% for item in @items: %>
|
||||
<li><a href="<%= item.link %>" title="<%= item.summary %>" target="_blank"><%= item.title %>"</a></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue