修改框架底部显示内容
This commit is contained in:
parent
d71efeac48
commit
f2d4d1dfff
|
@ -1,5 +1,5 @@
|
|||
<div id="footer" style="margin-left:-5px;padding-top: 10px;clear: both;">
|
||||
<div class="bgl"><div class="bgr">
|
||||
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2013 Jean-Philippe Lang
|
||||
Powered by <%= "Trustie2 Team "%> © 2013 Jack
|
||||
</div></div>
|
||||
</div>
|
|
@ -29,6 +29,7 @@
|
|||
<%= call_hook :view_layouts_base_content %>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
<%=render :partial => 'layouts/base_footer'%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
<%= call_hook :view_layouts_base_content %>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
<%=render :partial => 'layouts/base_footer'%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -141,13 +142,6 @@
|
|||
</div>
|
||||
<div id="ajax-modal" style="display:none;"></div>
|
||||
|
||||
<div id="footer">
|
||||
<div class="bgl">
|
||||
<div class="bgr">
|
||||
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-2013 Jean-Philippe Lang
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%= call_hook :view_layouts_base_body_bottom %>
|
||||
|
|
|
@ -495,7 +495,7 @@ ul.projects li.root
|
|||
|
||||
#footer .bgr:after
|
||||
{
|
||||
content:' Theme by Jared Denison (themondays)';
|
||||
content:' Theme by Trustie2 Team';
|
||||
float:right
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue