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
Added total post count
master
Adrian Short
12 anni fa
parent
a2143da1d1
commit
3ab3e5a46a
1 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+9
-0
app/views/feeds/index.html.haml
+ 9
- 0
app/views/feeds/index.html.haml
Vedi File
@@ -28,5 +28,14 @@
%td= link_to 'Edit', edit_feed_path(f), :class => "button"
%td= link_to 'Delete', f, :confirm => "Delete #{f.title} and all its posts?", :method => :delete, :class => "button"
%tr
%td
%td.right= Post.count
%td
%td
%td
%td
%td
#new_feed
= render 'form'
Scrivi
Anteprima
Caricamento…
Annulla
Salva