From 4ca71d77013fe7a9f50eb74ab8a9668ca5a24097 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 6 Jan 2020 23:03:43 +0100 Subject: [PATCH] ADD: "Create a collection" button Resolves #808 --- app/views/tags/_index.html.erb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app/views/tags/_index.html.erb b/app/views/tags/_index.html.erb index e4be70be0..f884297f3 100644 --- a/app/views/tags/_index.html.erb +++ b/app/views/tags/_index.html.erb @@ -16,5 +16,28 @@ + Create a collection » <% end %> + + + + \ No newline at end of file