Просмотр исходного кода

Use nonbreaking spaces for last fetched times to stop text breaking across lines

master
CharlotteGilhooly 12 лет назад
Родитель
Сommit
9aa786fa47
1 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -2
      app/views/feeds/index.html.haml

+ 1
- 2
app/views/feeds/index.html.haml Просмотреть файл

@@ -24,8 +24,7 @@
- if f.last_fetched.nil?
never
- else
= time_ago_in_words f.last_fetched
ago
= (time_ago_in_words(f.last_fetched) + " ago").gsub(/ +/, " ").html_safe
%td= link_to "Fetch", fetch_feed_url(f), :class => "button"
%td= link_to 'Edit', edit_feed_path(f), :class => "button"
%td= link_to 'Delete', f, :confirm => "Delete #{f.title} and all its posts?", :method => :delete, :class => "button"


Загрузка…
Отмена
Сохранить