1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Make year dynamically updated

This commit is contained in:
Jason Denney 2014-01-21 23:35:11 -05:00
parent a8bdb52536
commit bd6872413e

View File

@ -28,7 +28,7 @@
= yield
%footer
%p © BikeShed 2014
%p © BikeShed #{Time.now.year}
= javascript_include_tag "application"
= javascript_include_tag params[:controller]