Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
apollo
espelhamento de
https://github.com/adrianshort/apollo.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Use count rather than size to count posts efficiently
master
Adrian Short
12 anos atrás
pai
323ad0d2c1
commit
9469d67efd
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
app/views/feeds/index.html.haml
+1
-1
app/views/feeds/show.html.haml
+ 1
- 1
app/views/feeds/index.html.haml
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar