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
Added total post count
master
Adrian Short
il y a 12 ans
Parent
a2143da1d1
révision
3ab3e5a46a
1 fichiers modifiés
avec
9 ajouts
et
0 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
+9
-0
app/views/feeds/index.html.haml
+ 9
- 0
app/views/feeds/index.html.haml
Voir le fichier
@@ -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'
Écrire
Aperçu
Chargement…
Annuler
Enregistrer