Sha256: 8f9fa4863043330d6177d517637fe308bb2c4961a72ce0127ef5b31c2dafab65
Contents?: true
Size: 630 Bytes
Versions: 1
Compression:
Stored size: 630 Bytes
Contents
<div class="dashboard"> <h3><%= _("Last news from Typo development blog") %></h3> <% if @typo_links.nil? %> <%= _('You have no internet connection') %> <% else %> <ul> <% if @typo_links.size == 0 %> <li><%= _("Oh no, nothing new") %></li> <% else %> <% @typo_links.each do |link| -%> <li <%= alternate_class %>> <%= link_to("<strong>#{link.title}</strong><br /", link.link) %> <%= "#{link.date}<br />" %> <%= link.description.strip_html.slice(0, 200) %> </li> <% end %> <% end %> </ul> <% end %> <hr /> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typo-5.2 | app/views/admin/dashboard/_typo_dev.html.erb |