Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
adrianshort
/
apollo
spegling av
https://github.com/adrianshort/apollo.git
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Use count rather than size to count posts efficiently
master
Adrian Short
12 år sedan
förälder
323ad0d2c1
incheckning
9469d67efd
2 ändrade filer
med
2 tillägg
och
2 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+ 1
- 1
app/views/feeds/index.html.haml
Visa fil
@@ -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
Visa fil
@@ -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
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara