Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-27 06:36:03 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-27 06:36:03 +0300
commitbf1c63a1b46e1cacb0c27e4946da40917bf82926 (patch)
treedda139c784d69f9c24febb72ee485eae74456431 /layouts
parente93ad43ae403058496d2fbaaffa6134e03df3bbb (diff)
Crazy recursive function.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 329a1eb5..3990cda9 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -28,7 +28,7 @@
<div>
<% parent_path_item = parent_path(@item) unless parent_path(@item).nil? %>
<% unless parent_path_item.nil? %>
- <%= link_to "Go up", parent_path_item %>
+ <%= link_to "Go back", parent_path_item %>
<% end %>
</div>
<%= yield %>