Explorar el Código

Rename view for least surprise

master
Adrian Short hace 9 años
padre
commit
2a8b3000c9
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.rb
  2. +0
    -0
      views/index.haml

+ 1
- 1
app.rb Ver fichero

@@ -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 Ver fichero


Cargando…
Cancelar
Guardar