Mercurial > hg > soundsoftware-site
comparison app/views/layouts/base.html.erb @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 16826c3afbba 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
5 <title><%=h html_title %></title> | 5 <title><%=h html_title %></title> |
6 <meta name="description" content="A repository for software developed and published by audio and music researchers in the UK." /> | 6 <meta name="description" content="A repository for software developed and published by audio and music researchers in the UK." /> |
7 <meta name="keywords" content="audio,music,software,research,UK,sound,repository,code,redmine" /> | 7 <meta name="keywords" content="audio,music,software,research,UK,sound,repository,code,redmine" /> |
8 <%= csrf_meta_tag %> | 8 <%= csrf_meta_tag %> |
9 <%= favicon %> | 9 <%= favicon %> |
10 <%= stylesheet_link_tag 'jquery/jquery-ui-1.8.21', 'application', :media => 'all' %> | 10 <%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'application', :media => 'all' %> |
11 <%= stylesheet_platform_font_tag %> | 11 <%= stylesheet_platform_font_tag %> |
12 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> | 12 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> |
13 <%= javascript_heads %> | 13 <%= javascript_heads %> |
14 <%= heads_for_theme %> | 14 <%= heads_for_theme %> |
15 <%= call_hook :view_layouts_base_html_head %> | 15 <%= call_hook :view_layouts_base_html_head %> |