Commit bea14d6c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove unnecessary %br/%hr and styles

parent 36fd4de8
......@@ -17,9 +17,6 @@
&.s24 { width: 24px; height: 24px; margin-right: 8px; }
&.s26 { width: 26px; height: 26px; margin-right: 8px; }
&.s32 { width: 32px; height: 32px; margin-right: 10px; }
&.s60 { width: 60px; height: 60px; margin-right: 12px; }
&.s90 { width: 90px; height: 90px; margin-right: 15px; }
}
img.lil_av { padding-left: 4px; padding-right: 3px; }
img.small { width: 80px; }
.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 {
position: fixed;
left: 20px;
......
%h3.page-title Setup your notification level
%br
%p.light
%strong Disabled
– You will not get any notifications via email
......
.profile_avatar_holder
= image_tag gravatar_icon(@user.email, 90), alt: ''
= image_tag gravatar_icon(@user.email, 60), alt: '', class: 'avatar s60'
%h3.page-title
= @user.name
%br
......
......@@ -2,6 +2,5 @@
%h3.page-title
Compare View
%hr
= render "form"
......@@ -2,7 +2,6 @@
%h3.page-title
Compare View
%hr
= render "form"
......
%h3.page-title Services
%br
%ul.bordered-list
- @services.each do |service|
......
......@@ -8,6 +8,5 @@
by
= image_tag gravatar_icon(@snippet.author_email), class: "avatar avatar-inline s16"
= @snippet.author_name
%br
%div= render 'projects/snippets/blob'
%div#notes= render "projects/notes/notes_with_form"
%h3.page-title
= "New Team member(s)"
%hr
= form_for @user_project_relation, as: :team_member, url: project_team_members_path(@project) do |f|
-if @user_project_relation.errors.any?
.alert.alert-error
......
......@@ -12,5 +12,4 @@
by
= image_tag gravatar_icon(@snippet.author_email), class: "avatar avatar-inline s16"
= @snippet.author_name
%br
%div= render 'blob'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment