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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
2a37db4c
Commit
2a37db4c
authored
Jul 17, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary %br and title
parent
403638b8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
7 deletions
+1
-7
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+1
-1
app/views/projects/labels/index.html.haml
app/views/projects/labels/index.html.haml
+0
-4
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/index.html.haml
+0
-1
app/views/projects/wikis/show.html.haml
app/views/projects/wikis/show.html.haml
+0
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
2a37db4c
...
...
@@ -84,7 +84,7 @@
}
@mixin
page-title
{
color
:
#456
;
color
:
$style_color
;
font-size
:
20px
;
font-weight
:
normal
;
line-height
:
1
.5
;
...
...
app/views/projects/labels/index.html.haml
View file @
2a37db4c
=
render
"projects/issues/head"
%h3
.page-title
Labels
%br
-
if
@labels
.
present?
%ul
.bordered-list.labels-table
-
@labels
.
each
do
|
label
|
...
...
app/views/projects/milestones/index.html.haml
View file @
2a37db4c
...
...
@@ -6,7 +6,6 @@
=
link_to
new_project_milestone_path
(
@project
),
class:
"pull-right btn btn-primary"
,
title:
"New Milestone"
do
%i
.icon-plus
New Milestone
%br
.row
.span3
...
...
app/views/projects/wikis/show.html.haml
View file @
2a37db4c
...
...
@@ -2,7 +2,6 @@
%h3
.page-title
=
@wiki
.
title
.
titleize
=
render
'main_links'
%br
-
if
@wiki
.
historical?
.warning_message
This is an old version of this page.
...
...
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