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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
1974deef
Commit
1974deef
authored
Dec 22, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HAMLLint: Fix `FinalNewline` offences
parent
08e083db
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/groups/_group_lfs_settings.html.haml
app/views/groups/_group_lfs_settings.html.haml
+1
-1
app/views/notify/project_was_not_exported_email.text.haml
app/views/notify/project_was_not_exported_email.text.haml
+1
-1
app/views/projects/tree/_blob_item.html.haml
app/views/projects/tree/_blob_item.html.haml
+1
-1
app/views/projects/tree/_tree_item.html.haml
app/views/projects/tree/_tree_item.html.haml
+1
-1
app/views/shared/_nav_scroll.html.haml
app/views/shared/_nav_scroll.html.haml
+1
-1
app/views/users/calendar.html.haml
app/views/users/calendar.html.haml
+1
-1
No files found.
app/views/groups/_group_lfs_settings.html.haml
View file @
1974deef
...
...
@@ -8,4 +8,4 @@
Allow projects within this group to use Git LFS
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'workflow/lfs/manage_large_binaries_with_git_lfs'
)
%br
/
%span
.descr
This setting can be overridden in each project.
\ No newline at end of file
%span
.descr
This setting can be overridden in each project.
app/views/notify/project_was_not_exported_email.text.haml
View file @
1974deef
...
...
@@ -3,4 +3,4 @@
=
"The errors we encountered were:"
-
@errors
.
each
do
|
error
|
#{
error
}
\ No newline at end of file
#{
error
}
app/views/projects/tree/_blob_item.html.haml
View file @
1974deef
...
...
@@ -6,4 +6,4 @@
%span
.str-truncated
=
file_name
%td
.hidden-xs.tree-commit
%td
.tree-time-ago.cgray.text-right
=
render
'projects/tree/spinner'
\ No newline at end of file
=
render
'projects/tree/spinner'
app/views/projects/tree/_tree_item.html.haml
View file @
1974deef
...
...
@@ -6,4 +6,4 @@
%span
.str-truncated
=
path
%td
.hidden-xs.tree-commit
%td
.tree-time-ago.text-right
=
render
'projects/tree/spinner'
\ No newline at end of file
=
render
'projects/tree/spinner'
app/views/shared/_nav_scroll.html.haml
View file @
1974deef
.fade-left
=
icon
(
'angle-left'
)
.fade-right
=
icon
(
'angle-right'
)
\ No newline at end of file
=
icon
(
'angle-right'
)
app/views/users/calendar.html.haml
View file @
1974deef
...
...
@@ -6,4 +6,4 @@
new
Calendar
(
#{
@activity_dates
.
to_json
}
,
'
#{
user_calendar_activities_path
}
'
);
\ No newline at end of file
);
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