BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
df8dd6de
Commit
df8dd6de
authored
Jun 22, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/error-typo' into 'master'
fix import/export error typo Fixes
https://gitlab.com/gitlab-org/gitlab-ce/issues/18948
See merge request !4847
parents
39c43463
5adc0859
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
project_was_not_exported_email.html.haml
app/views/notify/project_was_not_exported_email.html.haml
+1
-1
project_was_not_exported_email.text.erb
app/views/notify/project_was_not_exported_email.text.erb
+0
-7
project_was_not_exported_email.text.haml
app/views/notify/project_was_not_exported_email.text.haml
+7
-0
No files found.
app/views/notify/project_was_not_exported_email.html.haml
View file @
df8dd6de
...
...
@@ -6,4 +6,4 @@
%ul
-
@errors
.
each
do
|
error
|
%li
error
#{
error
}
app/views/notify/project_was_not_exported_email.text.erb
deleted
100644 → 0
View file @
39c43463
Project
<%=
@project
.
name
%>
couldn't be exported.
The errors we encountered were:
- @errors.each do |error|
<%=
error
%>
\ No newline at end of file
app/views/notify/project_was_not_exported_email.text.haml
0 → 100644
View file @
df8dd6de
=
"Project
#{
@project
.
name
}
couldn't be exported."
=
"The errors we encountered were:"
-
@errors
.
each
do
|
error
|
#{
error
}
\ 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