Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
apollo
mirror da
https://github.com/adrianshort/apollo.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Use count rather than size to count posts efficiently
master
Adrian Short
12 anni fa
parent
323ad0d2c1
commit
9469d67efd
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+ 1
- 1
app/views/feeds/index.html.haml
Vedi File
@@ -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
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva