diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:54:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-28 15:54:23 +0000 |
commit | 93a65c3c8227b9a5dd6f74c657ac188862b801c5 (patch) | |
tree | 868a51fa79b6d9435027c0761081faf64e3cc156 /app | |
parent | 1a088fb31e5cdb5e29ff8a10eee432c1649ce7b1 (diff) | |
download | redmine-93a65c3c8227b9a5dd6f74c657ac188862b801c5.tar.gz redmine-93a65c3c8227b9a5dd6f74c657ac188862b801c5.zip |
Moved syntax highlight styles to application.css.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/boards/show.html.erb | 1 | ||||
-rw-r--r-- | app/views/documents/show.html.erb | 4 | ||||
-rw-r--r-- | app/views/issues/new.html.erb | 1 | ||||
-rw-r--r-- | app/views/issues/show.html.erb | 1 | ||||
-rw-r--r-- | app/views/messages/edit.html.erb | 4 | ||||
-rw-r--r-- | app/views/messages/show.html.erb | 4 | ||||
-rw-r--r-- | app/views/welcome/index.html.erb | 1 | ||||
-rw-r--r-- | app/views/wiki/edit.html.erb | 1 | ||||
-rw-r--r-- | app/views/wiki/show.html.erb | 4 |
9 files changed, 0 insertions, 21 deletions
diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb index e61d5b68a..b4d4bd71d 100644 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -63,5 +63,4 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %> - <%= stylesheet_link_tag 'scm' %> <% end %> diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index c18bb07cb..b1d58d522 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -28,7 +28,3 @@ <% end %> <% html_title @document.title -%> - -<% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> -<% end %> diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb index 8fdb9d854..1284c5003 100644 --- a/app/views/issues/new.html.erb +++ b/app/views/issues/new.html.erb @@ -45,6 +45,5 @@ <div id="preview" class="wiki"></div> <% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> <%= robot_exclusion_tag %> <% end %> diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index fa81e4645..df3b81f30 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -153,7 +153,6 @@ end %> <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@issue.project} - #{@issue.tracker} ##{@issue.id}: #{@issue.subject}") %> - <%= stylesheet_link_tag 'scm' %> <% end %> <%= context_menu issues_context_menu_path %> diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb index e08d7a297..6371b5c45 100644 --- a/app/views/messages/edit.html.erb +++ b/app/views/messages/edit.html.erb @@ -15,7 +15,3 @@ <%= preview_link({:controller => 'messages', :action => 'preview', :board_id => @board, :id => @message}, 'message-form') %> <% end %> <div id="preview" class="wiki"></div> - -<% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> -<% end %> diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 36737b191..8e9ecceca 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -84,8 +84,4 @@ </div> <% end %> -<% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> -<% end %> - <% html_title @topic.subject %> diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index dbcf6ed9d..064066ad7 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -32,7 +32,6 @@ </div> <% content_for :header_tags do %> -<%= stylesheet_link_tag 'scm' %> <%= auto_discovery_link_tag(:atom, {:controller => 'news', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, :title => "#{Setting.app_title}: #{l(:label_news_latest)}") %> <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :key => User.current.rss_key, :format => 'atom'}, diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index db9d1c2ef..6c1c7c53a 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -40,7 +40,6 @@ <div id="preview" class="wiki"></div> <% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> <%= robot_exclusion_tag %> <% end %> diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 90c1cc006..7227870ec 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -61,10 +61,6 @@ <%= f.link_to 'TXT', :url => {:id => @page.title, :version => params[:version]} %> <% end if User.current.allowed_to?(:export_wiki_pages, @project) %> -<% content_for :header_tags do %> - <%= stylesheet_link_tag 'scm' %> -<% end %> - <% content_for :sidebar do %> <%= render :partial => 'sidebar' %> <% end %> |