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>
|
<script>
|
||||||
Metamaps.currentSection = "topic"
|
Metamaps.currentSection = "topic"
|
||||||
Metamaps.currentPage = { @topic.id.to_s }
|
Metamaps.currentPage = { @topic.id.to_s }
|
||||||
|
|
Loading…
Add table
Reference in a new issue