Fix haml linter errors

This commit is contained in:
Filipa Lacerda 2017-01-12 12:03:24 -05:00 committed by Annabel Dunstone Gray
parent 815c091096
commit 28b4407bde
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
- if diff_file.renamed_file
- old_path, new_path = mark_inline_diffs(diff_file.old_path, diff_file.new_path)
%strong.file-title-name.has-tooltip{data: { title: old_path } }
%strong.file-title-name.has-tooltip{ data: { title: old_path } }
= old_path
→
%strong.file-title-name.has-tooltip{data: { title: new_path } }
%strong.file-title-name.has-tooltip{ data: { title: new_path } }
= new_path
- else
%strong.file-title-name.has-tooltip{data: { title: diff_file.new_path } }
%strong.file-title-name.has-tooltip{ data: { title: diff_file.new_path } }
= diff_file.new_path
- if diff_file.deleted_file
deleted