Parcourir la source

Rename view for least surprise

master
Adrian Short il y a 9 ans
Parent
révision
2a8b3000c9
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app.rb
  2. +0
    -0
      views/index.haml

+ 1
- 1
app.rb Voir le fichier

@@ -28,7 +28,7 @@ get '/' do
@payments_count = Payment.count
@suppliers_count = Supplier.count
@services_count = Service.count
haml :home
haml :index
end

get '/directorates/:slug' do


views/home.haml → views/index.haml Voir le fichier


Chargement…
Annuler
Enregistrer