summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-05-17 18:00:13 +0000
committerRémy Coutable <remy@rymai.me>2017-05-17 18:00:13 +0000
commitd1bce8ea75df00970f3d4a67587ceb64bf4ec905 (patch)
treebc6c9af3d218b0f32f75b19744e4314f05141be6 /app/views
parent17e799980f6aaa6b378469f3e237c713f293e079 (diff)
downloadgitlab-ce-d1bce8ea75df00970f3d4a67587ceb64bf4ec905.tar.gz
Add auxiliary blob viewer for CHANGELOG
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/blob/viewers/_changelog.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/blob/viewers/_changelog.html.haml b/app/views/projects/blob/viewers/_changelog.html.haml
new file mode 100644
index 00000000000..53921e63b5f
--- /dev/null
+++ b/app/views/projects/blob/viewers/_changelog.html.haml
@@ -0,0 +1,4 @@
+= icon('history fw')
+= succeed '.' do
+ To find the state of this project's repository at the time of any of these versions, check out
+ = link_to "the tags", namespace_project_tags_path(viewer.project.namespace, viewer.project)