remove page and mobile titles
This commit is contained in:
parent
d910094d76
commit
e6e0ca561a
15 changed files with 30 additions and 30 deletions
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, "Explore Active Maps | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Recently Active" }
|
|
||||||
|
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
Metamaps.currentPage = "active";
|
Metamaps.currentPage = "active";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, "Explore Featured Maps | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Featured Maps" }
|
|
||||||
|
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
Metamaps.currentPage = "featured";
|
Metamaps.currentPage = "featured";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, @user.name + " | Metamaps" }
|
|
||||||
{ content_for :mobile_title, @user.name }
|
|
||||||
|
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
Metamaps.currentPage = "mapper";
|
Metamaps.currentPage = "mapper";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, "My Maps | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "My Maps" }
|
|
||||||
|
|
||||||
Metamaps.currentPage = "mine";
|
Metamaps.currentPage = "mine";
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, "Shared Maps | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Shared With Me" }
|
|
||||||
|
|
||||||
Metamaps.currentPage = "shared";
|
Metamaps.currentPage = "shared";
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# }
|
# }
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
{ content_for :title, "Starred Maps | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Starred Maps" }
|
|
||||||
|
|
||||||
Metamaps.currentPage = "starred";
|
Metamaps.currentPage = "starred";
|
||||||
Metamaps.currentSection = "explore";
|
Metamaps.currentSection = "explore";
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
# /maps/:id
|
# /maps/:id
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{ content_for :title, @map.name + " | Metamaps" }
|
|
||||||
{ content_for :mobile_title, @map.name }
|
|
||||||
<script>
|
<script>
|
||||||
Metamaps.currentSection = "map";
|
Metamaps.currentSection = "map";
|
||||||
Metamaps.currentPage = { @map.id.to_s };
|
Metamaps.currentPage = { @map.id.to_s };
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, 'Notifications | Metamaps' }
|
|
||||||
{ content_for :mobile_title, 'Notifications' }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
<div className="centerContent notificationsPage">
|
<div className="centerContent notificationsPage">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, 'Notifications | Metamaps' }
|
|
||||||
{ content_for :mobile_title, 'Notifications' }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
<div className="centerContent withPadding back">
|
<div className="centerContent withPadding back">
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
#
|
#
|
||||||
}
|
}
|
||||||
|
|
||||||
{ content_for :title, @topic.name + " | Metamaps" }
|
|
||||||
{ content_for :mobile_title, @topic.name }
|
|
||||||
<script>
|
<script>
|
||||||
Metamaps.currentSection = "topic"
|
Metamaps.currentSection = "topic"
|
||||||
Metamaps.currentPage = { @topic.id.to_s }
|
Metamaps.currentPage = { @topic.id.to_s }
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
# User edit form
|
# User edit form
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{ content_for :title, @user.name + "'s Settings | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Account Settings" }
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
{ form_for @user, url: user_url, :html =>{ :multipart => true, :className => "edit_user centerGreyForm"} do |form| }
|
{ form_for @user, url: user_url, :html =>{ :multipart => true, :className => "edit_user centerGreyForm"} do |form| }
|
||||||
<h3>Edit Settings</h3>
|
<h3>Edit Settings</h3>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, "Change Password | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Change Password" }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :className => "forgotPassword centerGreyForm forgotPasswordReset" }) do |f| }
|
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :className => "forgotPassword centerGreyForm forgotPasswordReset" }) do |f| }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, "Password Reset | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Password Reset" }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :className => "forgotPassword centerGreyForm" }) do |f| }
|
{ form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :className => "forgotPassword centerGreyForm" }) do |f| }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, "Sign Up | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Join" }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
{ form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :post, :className => "new_user centerGreyForm" }) do |f| }
|
{ form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :post, :className => "new_user centerGreyForm" }) do |f| }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ content_for :title, "Sign In | Metamaps" }
|
|
||||||
{ content_for :mobile_title, "Login" }
|
|
||||||
|
|
||||||
<div id="yield">
|
<div id="yield">
|
||||||
{ form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :method => :post, :className => "centerGreyForm login" }) do |f| }
|
{ form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :method => :post, :className => "centerGreyForm login" }) do |f| }
|
||||||
|
|
Loading…
Reference in a new issue