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:
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/default.html b/layouts/default.html
index b76b7152..389f511e 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -23,6 +23,12 @@
<div class="edit-on">
<%= edit_on_gitlab(@item) %>
</div>
+ <hr>
+ <% if @item[:last_updated] %>
+ <p class="last-updated">
+ <em>Last updated <%= @item[:last_updated] %></em>
+ </p>
+ <% end %>
</div>
<div class="clear"></div>
</div>