Switch to unified view

a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
...
...
21
    <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
21
    <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
22
    <title>{% block title %}Your title goes here{% endblock %}</title>
22
    <title>{% block title %}Your title goes here{% endblock %}</title>
23
    {{theme_macros.extra_header(g.theme_href(''))}}
23
    {{theme_macros.extra_header(g.theme_href(''))}}
24
    <script type="text/javascript">
24
    <script type="text/javascript">
25
            /*jslint onevar: false, nomen: false, evil: true, css: true, plusplus: false, white: false, forin: true, on: true */
25
            /*jslint onevar: false, nomen: false, evil: true, css: true, plusplus: false, white: false, forin: true, on: true */
26
            /*global alert, unescape, window, jQuery, $, net, COMSCORE */
26
            /*global confirm, alert, unescape, window, jQuery, $, net, COMSCORE */
27
    </script>
27
    </script>
28
    {% for blob in g.resource_manager.emit('head_css') %}
28
    {% for blob in g.resource_manager.emit('head_css') %}
29
      {{ blob }}
29
      {{ blob }}
30
    {% endfor %}
30
    {% endfor %}
31
    {% if c.project %}
31
    {% if c.project %}