summaryrefslogtreecommitdiffstats
path: root/app/views/wiki
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 15:54:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 15:54:23 +0000
commit93a65c3c8227b9a5dd6f74c657ac188862b801c5 (patch)
tree868a51fa79b6d9435027c0761081faf64e3cc156 /app/views/wiki
parent1a088fb31e5cdb5e29ff8a10eee432c1649ce7b1 (diff)
downloadredmine-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/views/wiki')
-rw-r--r--app/views/wiki/edit.html.erb1
-rw-r--r--app/views/wiki/show.html.erb4
2 files changed, 0 insertions, 5 deletions
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 %>