cirandas.net

ref: master

app/views/blocks/footers/feed_reader.html.erb


<% if block.fetched_at.nil? or block.feed_items.empty? %>
  <%= _('Feed content was not loaded yet') %>
<% else %>
  <%= _("Updated: %s") % show_date(block.fetched_at) %>
<% end %>