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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
bea14d6c
Commit
bea14d6c
authored
Jul 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary %br/%hr and styles
parent
36fd4de8
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
3 additions
and
37 deletions
+3
-37
app/assets/stylesheets/gitlab_bootstrap/avatar.scss
app/assets/stylesheets/gitlab_bootstrap/avatar.scss
+1
-4
app/assets/stylesheets/sections/profile.scss
app/assets/stylesheets/sections/profile.scss
+0
-23
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+0
-2
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-2
app/views/projects/compare/index.html.haml
app/views/projects/compare/index.html.haml
+0
-1
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+0
-1
app/views/projects/services/index.html.haml
app/views/projects/services/index.html.haml
+0
-1
app/views/projects/snippets/show.html.haml
app/views/projects/snippets/show.html.haml
+0
-1
app/views/projects/team_members/_form.html.haml
app/views/projects/team_members/_form.html.haml
+1
-1
app/views/snippets/show.html.haml
app/views/snippets/show.html.haml
+0
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/avatar.scss
View file @
bea14d6c
...
@@ -17,9 +17,6 @@
...
@@ -17,9 +17,6 @@
&
.s24
{
width
:
24px
;
height
:
24px
;
margin-right
:
8px
;
}
&
.s24
{
width
:
24px
;
height
:
24px
;
margin-right
:
8px
;
}
&
.s26
{
width
:
26px
;
height
:
26px
;
margin-right
:
8px
;
}
&
.s26
{
width
:
26px
;
height
:
26px
;
margin-right
:
8px
;
}
&
.s32
{
width
:
32px
;
height
:
32px
;
margin-right
:
10px
;
}
&
.s32
{
width
:
32px
;
height
:
32px
;
margin-right
:
10px
;
}
&
.s60
{
width
:
60px
;
height
:
60px
;
margin-right
:
12px
;
}
&
.s90
{
width
:
90px
;
height
:
90px
;
margin-right
:
15px
;
}
&
.s90
{
width
:
90px
;
height
:
90px
;
margin-right
:
15px
;
}
}
}
img
.lil_av
{
padding-left
:
4px
;
padding-right
:
3px
;
}
img
.small
{
width
:
80px
;
}
app/assets/stylesheets/sections/profile.scss
View file @
bea14d6c
.profile_history
{
.event_feed
{
min-height
:
20px
;
.avatar
{
width
:
20px
;
}
}
}
.profile_avatar_holder
{
float
:
left
;
width
:
60px
;
height
:
60px
;
margin-right
:
20px
;
img
{
width
:
60px
;
height
:
60px
;
background
:
#fff
;
padding
:
1px
;
border
:
1px
solid
#ddd
;
}
}
.save-status-fixed
{
.save-status-fixed
{
position
:
fixed
;
position
:
fixed
;
left
:
20px
;
left
:
20px
;
...
...
app/views/profiles/notifications/show.html.haml
View file @
bea14d6c
%h3
.page-title
Setup your notification level
%h3
.page-title
Setup your notification level
%br
%p
.light
%p
.light
%strong
Disabled
%strong
Disabled
–
You will not get any notifications via email
–
You will not get any notifications via email
...
...
app/views/profiles/show.html.haml
View file @
bea14d6c
.profile_avatar_holder
=
image_tag
gravatar_icon
(
@user
.
email
,
60
),
alt:
''
,
class:
'avatar s60'
=
image_tag
gravatar_icon
(
@user
.
email
,
90
),
alt:
''
%h3
.page-title
%h3
.page-title
=
@user
.
name
=
@user
.
name
%br
%br
...
...
app/views/projects/compare/index.html.haml
View file @
bea14d6c
...
@@ -2,6 +2,5 @@
...
@@ -2,6 +2,5 @@
%h3
.page-title
%h3
.page-title
Compare View
Compare View
%hr
=
render
"form"
=
render
"form"
app/views/projects/compare/show.html.haml
View file @
bea14d6c
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
%h3
.page-title
%h3
.page-title
Compare View
Compare View
%hr
=
render
"form"
=
render
"form"
...
...
app/views/projects/services/index.html.haml
View file @
bea14d6c
%h3
.page-title
Services
%h3
.page-title
Services
%br
%ul
.bordered-list
%ul
.bordered-list
-
@services
.
each
do
|
service
|
-
@services
.
each
do
|
service
|
...
...
app/views/projects/snippets/show.html.haml
View file @
bea14d6c
...
@@ -8,6 +8,5 @@
...
@@ -8,6 +8,5 @@
by
by
=
image_tag
gravatar_icon
(
@snippet
.
author_email
),
class:
"avatar avatar-inline s16"
=
image_tag
gravatar_icon
(
@snippet
.
author_email
),
class:
"avatar avatar-inline s16"
=
@snippet
.
author_name
=
@snippet
.
author_name
%br
%div
=
render
'projects/snippets/blob'
%div
=
render
'projects/snippets/blob'
%div
#notes
=
render
"projects/notes/notes_with_form"
%div
#notes
=
render
"projects/notes/notes_with_form"
app/views/projects/team_members/_form.html.haml
View file @
bea14d6c
%h3
.page-title
%h3
.page-title
=
"New Team member(s)"
=
"New Team member(s)"
%hr
=
form_for
@user_project_relation
,
as: :team_member
,
url:
project_team_members_path
(
@project
)
do
|
f
|
=
form_for
@user_project_relation
,
as: :team_member
,
url:
project_team_members_path
(
@project
)
do
|
f
|
-
if
@user_project_relation
.
errors
.
any?
-
if
@user_project_relation
.
errors
.
any?
.alert.alert-error
.alert.alert-error
...
...
app/views/snippets/show.html.haml
View file @
bea14d6c
...
@@ -12,5 +12,4 @@
...
@@ -12,5 +12,4 @@
by
by
=
image_tag
gravatar_icon
(
@snippet
.
author_email
),
class:
"avatar avatar-inline s16"
=
image_tag
gravatar_icon
(
@snippet
.
author_email
),
class:
"avatar avatar-inline s16"
=
@snippet
.
author_name
=
@snippet
.
author_name
%br
%div
=
render
'blob'
%div
=
render
'blob'
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