Skip to content
Snippets Groups Projects
Commit 4130552b authored by micael.bergeron's avatar micael.bergeron
Browse files

remove lint

parent 643ed0f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -633,7 +633,7 @@ ul.notes {
}
 
&.note-role-special {
text-shadow: 0 0 15px white;
text-shadow: 0 0 15px $gl-text-color-inverted;
}
}
 
Loading
Loading
- if note.has_special_role?(Note::SpecialRole::FIRST_TIME_CONTRIBUTOR)
%span.note-role.note-role-special.has-tooltip{ title: _("This user hasn't yet contributed code to this project. Handle with care.")}
%span.note-role.note-role-special.has-tooltip{ title: _("This user hasn't yet contributed code to this project. Handle with care.") }
= issuable_first_contribution_icon
- if access = note_max_access_for_user(note)
%span.note-role.note-role-access= Gitlab::Access.human_access(access)
Loading
Loading
Loading
Loading
@@ -483,8 +483,8 @@ describe Issuable do
 
describe '#first_contribution?' do
let(:group) { create(:group) }
let(:project) { create(:empty_project, namespace: group) }
let(:other_project) { create(:empty_project) }
let(:project) { create(:project, namespace: group) }
let(:other_project) { create(:project) }
let(:owner) { create(:owner) }
let(:master) { create(:user) }
let(:reporter) { create(:user) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment