Commit 2b5298e5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'hl-bugfix' into 'master'

Highlight bugfix

Fixes:

* snippet rendering bug #2011
* dev fixtures has invalid root user

See merge request !1532
parents b6a678ef 2c893cb3
...@@ -7,4 +7,5 @@ ...@@ -7,4 +7,5 @@
= link_to "#L#{i}", id: "L#{i}", rel: "#L#{i}" do = link_to "#L#{i}", id: "L#{i}", rel: "#L#{i}" do
%i.fa.fa-link %i.fa.fa-link
= i = i
= highlight(blob.name, blob.data) :preserve
#{highlight(blob.name, blob.data)}
...@@ -3,6 +3,7 @@ Gitlab::Seeder.quiet do ...@@ -3,6 +3,7 @@ Gitlab::Seeder.quiet do
s.id = 1 s.id = 1
s.name = 'Administrator' s.name = 'Administrator'
s.email = 'admin@example.com' s.email = 'admin@example.com'
s.notification_email = 'admin@example.com'
s.username = 'root' s.username = 'root'
s.password = '5iveL!fe' s.password = '5iveL!fe'
s.admin = true s.admin = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment