summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:47:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 09:47:25 +0200
commit31e3dc600a73f41c02ecc4f9ffa7007957204168 (patch)
tree8ef0c0d72a0805f536d2d3db7a3a8ff875bfc78a /app
parent80e79f33aff57ba56838992591a13e086fad76b2 (diff)
downloadgitlab-ce-31e3dc600a73f41c02ecc4f9ffa7007957204168.tar.gz
Fix routing specs
Diffstat (limited to 'app')
-rw-r--r--app/views/hooks/_data_ex.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/hooks/_data_ex.html.erb b/app/views/hooks/_data_ex.html.erb
index d5592ab3cfc..b4281fa18c7 100644
--- a/app/views/hooks/_data_ex.html.erb
+++ b/app/views/hooks/_data_ex.html.erb
@@ -38,6 +38,6 @@
};
eos
%>
-<div class="white">
+<div class="<%= user_color_scheme_class%>">
<%= raw Pygments::Lexer[:js].highlight(data_ex_str) %>
</div>