summaryrefslogtreecommitdiffstats
path: root/app/views/messages
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/messages
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/messages')
-rw-r--r--app/views/messages/edit.html.erb4
-rw-r--r--app/views/messages/show.html.erb4
2 files changed, 0 insertions, 8 deletions
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 %>