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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 15:26:15 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 15:26:15 +0400
commitbbc4b2be8db5166ce54a81e6f25ffe48fa293a5f (patch)
treeea8904974b931714692050203e498cd0cfe2c20f /app/views
parent5a1429ae2110faaf354574f8e6c7866c29102107 (diff)
Fix help tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/help/raketasks.html.haml15
1 files changed, 2 insertions, 13 deletions
diff --git a/app/views/help/raketasks.html.haml b/app/views/help/raketasks.html.haml
index 17a02e913ee..61a3774a132 100644
--- a/app/views/help/raketasks.html.haml
+++ b/app/views/help/raketasks.html.haml
@@ -6,8 +6,6 @@
%ul.nav.nav-tabs.log-tabs
%li.active
- = link_to "Features", "#features", 'data-toggle' => 'tab'
- %li
= link_to "Maintenance", "#maintenance", 'data-toggle' => 'tab'
%li
= link_to "User Management", "#user_management", 'data-toggle' => 'tab'
@@ -17,16 +15,7 @@
= link_to "Cleanup", "#cleanup", 'data-toggle' => 'tab'
.tab-content
- .tab-pane.active#features
- .file-holder
- .file-title
- %i.icon-file
- Features
- .file-content.wiki
- = preserve do
- = markdown File.read(Rails.root.join("doc", "raketasks", "features.md"))
-
- .tab-pane#maintenance
+ .tab-pane.active#maintenance
.file-holder
.file-title
%i.icon-file
@@ -57,7 +46,7 @@
.file-holder
.file-title
%i.icon-file
- Backup & Restore
+ Backup &amp; Restore
.file-content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "raketasks", "backup_restore.md"))