BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2b5298e5
Commit
2b5298e5
authored
Feb 17, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
_file_highlight.html.haml
app/views/shared/_file_highlight.html.haml
+2
-1
01_admin.rb
db/fixtures/development/01_admin.rb
+1
-0
No files found.
app/views/shared/_file_highlight.html.haml
View file @
2b5298e5
...
...
@@ -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
)
}
db/fixtures/development/01_admin.rb
View file @
2b5298e5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment