Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
adrianshort
/
apollo
kopia lustrzana
https://github.com/adrianshort/apollo.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
Use count rather than size to count posts efficiently
master
Adrian Short
12 lat temu
rodzic
323ad0d2c1
commit
9469d67efd
2 zmienionych plików
z
2 dodań
i
2 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+ 1
- 1
app/views/feeds/index.html.haml
Wyświetl plik
@@ -17,7 +17,7 @@
%td
.feed_title
= link_to f.title, f
%td.right= f.posts.
size
%td.right= f.posts.
count
%td
- if f.last_fetched.nil?
never
+ 1
- 1
app/views/feeds/show.html.haml
Wyświetl plik
@@ -9,7 +9,7 @@
Validate
%p
= pluralize(@feed.posts.
size
, "post")
= pluralize(@feed.posts.
count
, "post")
%p
= link_to @feed.feed_url, @feed.feed_url
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz