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
e9f0158f
Commit
e9f0158f
authored
Oct 31, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved issue boards conflicts
parent
c863fcbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
18 deletions
+2
-18
app/views/projects/boards/index.html.haml
app/views/projects/boards/index.html.haml
+1
-9
app/views/projects/boards/show.html.haml
app/views/projects/boards/show.html.haml
+1
-9
No files found.
app/views/projects/boards/index.html.haml
View file @
e9f0158f
...
...
@@ -10,18 +10,10 @@
=
render
'shared/issuable/filter'
,
type: :boards
<
<<<<<<
HEAD
#board-app
{
"v-cloak"
=>
true
,
data:
board_data
}
=
render
"title"
,
board:
@boards
.
first
.boards-app-loading.text-center
{
"v-if"
=>
"loading"
}
=
icon
(
"spinner spin"
)
.boards-list
=
render
"projects/boards/components/board"
==
=====
#board-app
.boards-app
{
"v-cloak"
=>
true
,
data:
board_data
}
=
render
"title"
,
board:
@boards
.
first
.boards-list
{
":class"
=>
"{ 'is-compact': detailIssueVisible }"
}
.boards-app-loading.text-center
{
"v-if"
=>
"loading"
}
=
icon
(
"spinner spin"
)
=
render
"projects/boards/components/board"
=
render
"projects/boards/components/sidebar"
>
>>>>>> 144358e98ee1b25b61854a3471e21e100ace9db5
app/views/projects/boards/show.html.haml
View file @
e9f0158f
...
...
@@ -10,18 +10,10 @@
=
render
'shared/issuable/filter'
,
type: :boards
<
<<<<<<
HEAD
#board-app
{
"v-cloak"
=>
true
,
data:
board_data
}
=
render
"title"
,
board:
@board
.boards-app-loading.text-center
{
"v-if"
=>
"loading"
}
=
icon
(
"spinner spin"
)
.boards-list
=
render
"projects/boards/components/board"
==
=====
#board-app
.boards-app
{
"v-cloak"
=>
true
,
data:
board_data
}
=
render
"title"
,
board:
@board
.boards-list
{
":class"
=>
"{ 'is-compact': detailIssueVisible }"
}
.boards-app-loading.text-center
{
"v-if"
=>
"loading"
}
=
icon
(
"spinner spin"
)
=
render
"projects/boards/components/board"
=
render
"projects/boards/components/sidebar"
>
>>>>>> 144358e98ee1b25b61854a3471e21e100ace9db5
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