This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
armchairauditor
mirror of
https://github.com/adrianshort/armchairauditor.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Rename view for least surprise
master
Adrian Short
9 years ago
parent
cbf57856f9
commit
2a8b3000c9
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.rb
+0
-0
views/index.haml
+ 1
- 1
app.rb
View File
@@ -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
View File
Write
Preview
Loading…
Cancel
Save