We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cca21 commit 0ac6f1fCopy full SHA for 0ac6f1f
rails_generators/theme/templates/view_layout_administration.html.erb
@@ -25,16 +25,16 @@
25
<div id="wrapper">
26
<div id="main">
27
<%%= yield %>
28
+ <div id="footer">
29
+ <div class="block">
30
+ <p>Copyright © 2009 Your Site.</p>
31
+ </div>
32
33
</div>
34
<div id="sidebar">
35
<%%= yield :sidebar %>
36
37
<div class="clear"></div>
- </div>
- <div id="footer">
- <div class="block">
- <p>Copyright © 2009 Your Site.</p>
38
39
40
</body>
0 commit comments