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:
authorAlexDenisov <1101.debian@gmail.com>2013-01-09 09:58:27 +0400
committerAlex Denisov <1101.debian@gmail.com>2013-01-09 23:30:20 +0400
commit0d9f73fa1e3d9f0c97b20b4bc85cd71b3df95df7 (patch)
treeca1f243f4322fb7cb46733a7bbf3a0575089827e /app/views/dashboard/index.html.haml
parentf038057b9d75ce6ef8e6a2706152a23f045f91da (diff)
JavaScript removed from dashboard#index template.
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r--app/views/dashboard/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index 266d66aa6aa..abbe3101fc3 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -1,4 +1,3 @@
-= javascript_include_tag 'dashboard'
- if @has_authorized_projects
.projects
.activities.span8
@@ -8,5 +7,3 @@
- else
= render "zero_authorized_projects"
-:javascript
- $(function(){ Pager.init(20, true); });