Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 14:50:31 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:18:42 +0300
commit97f3c8f3c9480f92375aa3fbb09138bdf43792c6 (patch)
tree890e45acba4bbf9d30458f270f5be38011281d30 /app/views/projects/_find_file_link.html.haml
parentdf4f896bcb86a53711725e8b6b62bfad894bc1e1 (diff)
HAMLLint: Fix `TrailingWhitespace` offences
Diffstat (limited to 'app/views/projects/_find_file_link.html.haml')
-rw-r--r--app/views/projects/_find_file_link.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/_find_file_link.html.haml b/app/views/projects/_find_file_link.html.haml
index 08e2fc48be7..dbb33090670 100644
--- a/app/views/projects/_find_file_link.html.haml
+++ b/app/views/projects/_find_file_link.html.haml
@@ -1,3 +1,3 @@
-= link_to namespace_project_find_file_path(@project.namespace, @project, @ref), class: 'btn btn-grouped shortcuts-find-file', rel: 'nofollow' do
- = icon('search')
- %span Find File
+= link_to namespace_project_find_file_path(@project.namespace, @project, @ref), class: 'btn btn-grouped shortcuts-find-file', rel: 'nofollow' do
+ = icon('search')
+ %span Find File