Merge branch 'hl-bugfix' into 'master'

Highlight bugfix

Fixes:

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

See merge request !1532
This commit is contained in:
Dmitriy Zaporozhets
2015-02-17 09:23:25 +00:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -7,4 +7,5 @@
= link_to "#L#{i}", id: "L#{i}", rel: "#L#{i}" do
%i.fa.fa-link
= i
= highlight(blob.name, blob.data)
:preserve
#{highlight(blob.name, blob.data)}
+1
View File
@@ -3,6 +3,7 @@ Gitlab::Seeder.quiet do
s.id = 1
s.name = 'Administrator'
s.email = 'admin@example.com'
s.notification_email = 'admin@example.com'
s.username = 'root'
s.password = '5iveL!fe'
s.admin = true