diff --git a/views/access/approve_access_post.js.erb b/views/js/approve_access_post.js similarity index 100% rename from views/access/approve_access_post.js.erb rename to views/js/approve_access_post.js diff --git a/views/access/deny_access_post.js.erb b/views/js/deny_access_post.js similarity index 100% rename from views/access/deny_access_post.js.erb rename to views/js/deny_access_post.js diff --git a/views/notifications/mark_read.js.erb b/views/js/mark_read.js similarity index 100% rename from views/notifications/mark_read.js.erb rename to views/js/mark_read.js diff --git a/views/notifications/mark_unread.js.erb b/views/js/mark_unread.js similarity index 100% rename from views/notifications/mark_unread.js.erb rename to views/js/mark_unread.js diff --git a/views/shared/_mailer_unsubscribe_link.html.erb b/views/shared/_mailer_unsubscribe_link.html.erb deleted file mode 100644 index 6a24a91e..00000000 --- a/views/shared/_mailer_unsubscribe_link.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -
- { link_to 'Unsubscribe from all Metamaps emails', unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) } -
diff --git a/views/shared/_mailer_unsubscribe_link.text.erb b/views/shared/_mailer_unsubscribe_link.text.erb deleted file mode 100644 index 0cf52737..00000000 --- a/views/shared/_mailer_unsubscribe_link.text.erb +++ /dev/null @@ -1,5 +0,0 @@ - - -You can unsubscribe from all Metamaps emails by visiting the following link: - -{ unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) } diff --git a/views/topics/show.html.erb b/views/topics/show.html.erb index 2892cc24..1a2c9cb8 100644 --- a/views/topics/show.html.erb +++ b/views/topics/show.html.erb @@ -1,13 +1,3 @@ -{# -# -# @file -# This shows a topic and its siblings. -# URL: /topics/ -# -} - - -