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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 14:56:20 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 14:56:20 +0400
commit6b01196fb238cb921056ecd8d1572ff2874bf912 (patch)
tree37f437b6a918d6b7e6da041f7c44ac7214aaceb0 /app/views/dashboard/show.html.haml
parentbd3b677b86d7c76788420e94862836343ac5c841 (diff)
Dashboard to resource
Diffstat (limited to 'app/views/dashboard/show.html.haml')
-rw-r--r--app/views/dashboard/show.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml
new file mode 100644
index 00000000000..1a66ba4fb37
--- /dev/null
+++ b/app/views/dashboard/show.html.haml
@@ -0,0 +1,12 @@
+- if @has_authorized_projects
+ .projects
+ .activities.span8
+ = render 'activities'
+ .side.span4
+ = render 'sidebar'
+
+- else
+ = render "zero_authorized_projects"
+
+:javascript
+ dashboardPage();