Commit e140833b authored by Rémy Coutable's avatar Rémy Coutable

Fix conflicts

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0845f00a
...@@ -490,11 +490,7 @@ ...@@ -490,11 +490,7 @@
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
// Action Icons in big pipeline-graph nodes // Action Icons in big pipeline-graph nodes
<<<<<<< HEAD
> div > .ci-action-icon-container .ci-action-icon-wrapper {
=======
.ci-action-icon-container .ci-action-icon-wrapper { .ci-action-icon-container .ci-action-icon-wrapper {
>>>>>>> origin/master
height: 30px; height: 30px;
width: 30px; width: 30px;
background: $white-light; background: $white-light;
...@@ -519,11 +515,7 @@ ...@@ -519,11 +515,7 @@
} }
} }
<<<<<<< HEAD
> div > .ci-action-icon-container {
=======
.ci-action-icon-container { .ci-action-icon-container {
>>>>>>> origin/master
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 5px; top: 5px;
...@@ -553,11 +545,7 @@ ...@@ -553,11 +545,7 @@
} }
} }
<<<<<<< HEAD
> div > .build-content {
=======
.build-content { .build-content {
>>>>>>> origin/master
display: inline-block; display: inline-block;
padding: 8px 10px 9px; padding: 8px 10px 9px;
width: 100%; width: 100%;
......
...@@ -31,12 +31,9 @@ class BuildEntity < Grape::Entity ...@@ -31,12 +31,9 @@ class BuildEntity < Grape::Entity
def detailed_status def detailed_status
build.detailed_status(request.current_user) build.detailed_status(request.current_user)
<<<<<<< HEAD
end end
def path_to(route, build) def path_to(route, build)
send("#{route}_path", build.project.namespace, build.project, build) send("#{route}_path", build.project.namespace, build.project, build)
=======
>>>>>>> origin/master
end end
end end
...@@ -11,11 +11,7 @@ ...@@ -11,11 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
<<<<<<< HEAD
ActiveRecord::Schema.define(version: 20170508170547) do ActiveRecord::Schema.define(version: 20170508170547) do
=======
ActiveRecord::Schema.define(version: 20170505133904) do
>>>>>>> origin/master
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment