app/views/layouts/umlaut.html.erb in umlaut-3.1.0.pre2 vs app/views/layouts/umlaut.html.erb in umlaut-3.1.0
- old
+ new
@@ -15,15 +15,9 @@
<div class="umlaut-main-container-fluid container-fluid <%= "umlaut-#{params[:controller]}-container" %>">
<%= yield %>
</div>
- <div id="footer" class="footer">
- <%= render_service_credits %>
- <!-- links to aid in debugging openurls gone wrong when in production -->
- <%= link_to_test_resolve %>
- <%= link_to_direct_sfx %>
- <%= link_to_toggle_debug_info %>
- </div>
+ <%= render :partial => "umlaut/footer" %>
</div>
</body>
</html>