summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-08 16:15:05 +0100
committerPhil Hughes <me@iamphill.com>2016-08-17 17:17:39 +0100
commit1cb9de1b634f1bf062a6db9c660d3df4d96cfb2e (patch)
treea53c2d2d3eca97a3451db720bc7f928e0ebdac5a /app/views/projects/boards
parentd1a2be9f36179179975bc97f9b78bb3f58248cea (diff)
downloadgitlab-ce-1cb9de1b634f1bf062a6db9c660d3df4d96cfb2e.tar.gz
Added loading icon to boards vue app
Diffstat (limited to 'app/views/projects/boards')
-rw-r--r--app/views/projects/boards/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/boards/show.html.haml b/app/views/projects/boards/show.html.haml
index a5913db2634..4e033cea034 100644
--- a/app/views/projects/boards/show.html.haml
+++ b/app/views/projects/boards/show.html.haml
@@ -10,6 +10,8 @@
= render 'shared/issuable/filter', type: :boards
-.boards-list#board-app{ "data-endpoint" => "#{namespace_project_board_path(@project.namespace, @project)}",
+.boards-list#board-app{ ":endpoint" => "'#{namespace_project_board_path(@project.namespace, @project)}'",
":disabled" => "#{current_user.nil?}" }
+ .boards-app-loading.text-center{ "v-if" => "loading" }
+ = icon("spinner spin")
= render "projects/boards/components/board"