app/views/shared/_footer.html.erb in spree-0.7.1 vs app/views/shared/_footer.html.erb in spree-0.8.0

- old
+ new

@@ -1,8 +1,13 @@ <div id="footer"> - <p> - Powered by <a href="http://spreehq.org">Spree</a> - </p> + <div class="left"> + <p> + Powered by <a href="http://spreecommerce.com/">Spree</a> + </p> + </div> + <div class="right"> + <%= render :partial => 'shared/language_bar' if Spree::Config[:allow_locale_switching] %> + </div> </div> <% if Spree::Config[:google_analytics_id] and not %w{development test}.include? RAILS_ENV and not params[:checkout_complete] %> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));