Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
675f5954
Commit
675f5954
authored
Feb 20, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bigger and bold title for issue/mr show pages
parent
50df9a7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/issues.scss
+2
-2
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+1
-1
app/views/projects/merge_requests/show/_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/issues.scss
View file @
675f5954
...
...
@@ -171,9 +171,9 @@ form.edit-issue {
}
}
h
3
.issue-title
{
h
2
.issue-title
{
margin-top
:
0
;
font-
size
:
2em
;
font-
weight
:
bold
;
}
.context
.select2-container
{
...
...
app/views/projects/issues/show.html.haml
View file @
675f5954
...
...
@@ -26,7 +26,7 @@
Edit
%hr
%h
3
.issue-title
%h
2
.issue-title
=
gfm
escape_once
(
@issue
.
title
)
%div
-
if
@issue
.
description
.
present?
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
675f5954
%h
3
.issue-title
%h
2
.issue-title
=
gfm
escape_once
(
@merge_request
.
title
)
%div
...
...
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