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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0ca2c2d4
Commit
0ca2c2d4
authored
Sep 22, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
3efcb46a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
17 deletions
+0
-17
app/helpers/system_note_helper.rb
app/helpers/system_note_helper.rb
+0
-4
app/views/shared/boards/_show.html.haml
app/views/shared/boards/_show.html.haml
+0
-10
config/webpack.config.js
config/webpack.config.js
+0
-3
No files found.
app/helpers/system_note_helper.rb
View file @
0ca2c2d4
...
@@ -19,15 +19,11 @@ module SystemNoteHelper
...
@@ -19,15 +19,11 @@ module SystemNoteHelper
'discussion'
=>
'comment'
,
'discussion'
=>
'comment'
,
'moved'
=>
'arrow-right'
,
'moved'
=>
'arrow-right'
,
'outdated'
=>
'pencil'
,
'outdated'
=>
'pencil'
,
<<<<<<<
HEAD
'duplicate'
=>
'issue-duplicate'
,
'duplicate'
=>
'issue-duplicate'
,
'approved'
=>
'approval'
,
'approved'
=>
'approval'
,
'unapproved'
=>
'unapproval'
,
'unapproved'
=>
'unapproval'
,
'relate'
=>
'link'
,
'relate'
=>
'link'
,
'unrelate'
=>
'unlink'
'unrelate'
=>
'unlink'
=======
'duplicate'
=>
'issue-duplicate'
>>>>>>>
upstream
/
master
}.
freeze
}.
freeze
def
system_note_icon_name
(
note
)
def
system_note_icon_name
(
note
)
...
...
app/views/shared/boards/_show.html.haml
View file @
0ca2c2d4
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
":board-id"
=>
"boardId"
,
":board-id"
=>
"boardId"
,
":key"
=>
"_uid"
}
":key"
=>
"_uid"
}
=
render
"shared/boards/components/sidebar"
=
render
"shared/boards/components/sidebar"
<
<<<<<<
HEAD
-
if
@project
-
if
@project
%board-add-issues-modal
{
"new-issue-path"
=>
new_project_issue_path
(
@project
),
%board-add-issues-modal
{
"new-issue-path"
=>
new_project_issue_path
(
@project
),
"milestone-path"
=>
milestones_filter_dropdown_path
,
"milestone-path"
=>
milestones_filter_dropdown_path
,
...
@@ -45,12 +44,3 @@
...
@@ -45,12 +44,3 @@
":issue-link-base"
=>
"issueLinkBase"
,
":issue-link-base"
=>
"issueLinkBase"
,
":root-path"
=>
"rootPath"
,
":root-path"
=>
"rootPath"
,
":project-id"
=>
@project
.
try
(
:id
)
}
":project-id"
=>
@project
.
try
(
:id
)
}
==
=====
%board-add-issues-modal
{
"new-issue-path"
=>
new_project_issue_path
(
@project
),
"milestone-path"
=>
milestones_filter_dropdown_path
,
"label-path"
=>
labels_filter_path
,
"empty-state-svg"
=>
image_path
(
'illustrations/issues.svg'
),
":issue-link-base"
=>
"issueLinkBase"
,
":root-path"
=>
"rootPath"
,
":project-id"
=>
@project
.
try
(
:id
)
}
>
>>>>>> upstream/master
config/webpack.config.js
View file @
0ca2c2d4
...
@@ -47,11 +47,8 @@ var config = {
...
@@ -47,11 +47,8 @@ var config = {
groups
:
'
./groups/index.js
'
,
groups
:
'
./groups/index.js
'
,
groups_list
:
'
./groups_list.js
'
,
groups_list
:
'
./groups_list.js
'
,
help
:
'
./help/help.js
'
,
help
:
'
./help/help.js
'
,
<<<<<<<
HEAD
issuable
:
'
./issuable/issuable_bundle.js
'
,
issuable
:
'
./issuable/issuable_bundle.js
'
,
issues
:
'
./issues/issues_bundle.js
'
,
issues
:
'
./issues/issues_bundle.js
'
,
=======
>>>>>>>
upstream
/
master
how_to_merge
:
'
./how_to_merge.js
'
,
how_to_merge
:
'
./how_to_merge.js
'
,
issue_show
:
'
./issue_show/index.js
'
,
issue_show
:
'
./issue_show/index.js
'
,
integrations
:
'
./integrations
'
,
integrations
:
'
./integrations
'
,
...
...
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