From: Matt S Trout Date: Mon, 18 Jan 2010 02:15:47 +0000 (+0000) Subject: Rename front-page.html to front_page.html X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FApp-IdiotBox.git;a=commitdiff_plain;h=afd643e5d7019a8725b6f45e56cb5af54267564f Rename front-page.html to front_page.html I'm trying to maintain consistency of everything through the code, so a show_front_page method calls render_html with a template name of front_page and then uses a template called front_page.html. I have vague hopes that I may be able to type less this way later, but am refusing to modify stuff as yet since I'll only end up committing premature generalisation by accident. --- diff --git a/share/html/front-page.html b/share/html/front_page.html similarity index 100% rename from share/html/front-page.html rename to share/html/front_page.html