cleanup irrelevant files and restructure

This commit is contained in:
Connor Turland 2018-03-05 13:21:35 -05:00
parent a9f353a07f
commit 2913770af4
7 changed files with 0 additions and 18 deletions

View file

@ -1,3 +0,0 @@
<div className="unsubscribe-link">
{ link_to 'Unsubscribe from all Metamaps emails', unsubscribe_notifications_url(protocol: Rails.env.production? ? :https : :http) }
</div>

View file

@ -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) }

View file

@ -1,13 +1,3 @@
{#
#
# @file
# This shows a topic and its siblings.
# URL: /topics/<topicid>
#
}
<script>
Metamaps.currentSection = "topic"
Metamaps.currentPage = { @topic.id.to_s }