Skip to content

Commit 32d980a

Browse files
committed
fixed app_name inside haml footer
1 parent 182082d commit 32d980a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_generators/theme/templates/view_layout_administration.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
= yield
2626
#footer
2727
.block
28-
<p>Copyright &copy; #{ Time.now.year } Your Site.</p>
28+
<p>Copyright &copy; #{ Time.now.year } #{ options[:app_name] }.</p>
2929
#sidebar
3030
= yield :sidebar

0 commit comments

Comments
 (0)