Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
apollo
miroir de
https://github.com/adrianshort/apollo.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Use count rather than size to count posts efficiently
master
Adrian Short
il y a 12 ans
Parent
323ad0d2c1
révision
9469d67efd
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+ 1
- 1
app/views/feeds/index.html.haml
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer