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
path: root/app
diff options
context:
space:
mode:
authorJason Colyer <jcolyer@Jasons-MacBook-Pro.local>2019-08-05 16:28:39 +0300
committerJason Colyer <jcolyer@Jasons-MacBook-Pro.local>2019-08-05 16:28:39 +0300
commitf4ceff6e0c1077552999c4267c887087471c4dce (patch)
tree47388ebeae7c888ff903611eca1ce0b59ff6f267 /app
parent87235d009c8d5f40ec0f29575c7af6e91cb0a926 (diff)
Make Issue boards importable
- Added space to li definiton - Remove milestone from import_export.yml
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/_export.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml
index d14c5c27b65..e42772c2dd9 100644
--- a/app/views/projects/_export.html.haml
+++ b/app/views/projects/_export.html.haml
@@ -15,7 +15,7 @@
%li= _('Project configuration, including services')
%li= _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities')
%li= _('LFS objects')
- %li=_('Issue Boards')
+ %li= _('Issue Boards')
%p= _('The following items will NOT be exported:')
%ul
%li= _('Job traces and artifacts')