cleanup irrelevant files and restructure
This commit is contained in:
parent
a9f353a07f
commit
2913770af4
7 changed files with 0 additions and 18 deletions
|
@ -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>
|
|
@ -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) }
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue