From f094fd29f75850bc99cfbb5506a300ac19a0c28e Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 3 Dec 2014 08:39:12 -0500 Subject: [PATCH] cleaned up unwanted stuff from metamapscc for tvw --- app/assets/javascripts/src/Metamaps.js | 1 - app/assets/stylesheets/clean.css | 12 --------- app/controllers/users_controller.rb | 1 - app/views/layouts/_templates.html.erb | 1 - app/views/layouts/_upperelements.html.erb | 1 - app/views/main/home.html.erb | 33 ----------------------- 6 files changed, 49 deletions(-) diff --git a/app/assets/javascripts/src/Metamaps.js b/app/assets/javascripts/src/Metamaps.js index d39dd461..a48b0b56 100644 --- a/app/assets/javascripts/src/Metamaps.js +++ b/app/assets/javascripts/src/Metamaps.js @@ -4619,7 +4619,6 @@ Metamaps.Map.CheatSheet = { init: function () { // tab the cheatsheet $('#cheatSheet').tabs(); - $('#cheatSheet').tabs("disable", 1); // TODO re-enable once the tutorials are in $('#quickReference').tabs().addClass("ui-tabs-vertical ui-helper-clearfix"); $("#quickReference .ui-tabs-nav li").removeClass("ui-corner-top").addClass("ui-corner-left"); diff --git a/app/assets/stylesheets/clean.css b/app/assets/stylesheets/clean.css index 522b2bcb..31580a10 100644 --- a/app/assets/stylesheets/clean.css +++ b/app/assets/stylesheets/clean.css @@ -632,18 +632,6 @@ box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16); } -.supportUs.upperRightEl { - cursor: pointer; - color: #4fc059; - font-size: 14px; - height: 14px; - margin: 9px 8px 9px 0; - display: none; -} -.homePage .supportUs, .explorePage .supportUs { - display: block; -} - .upperRightMapButtons { position: relative; top: -42px; /* puts it just offscreen */ diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a7561c03..767c0bf1 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -74,7 +74,6 @@ class UsersController < ApplicationController @details['name'] = @user.name @details['created_at'] = @user.created_at.strftime("%m/%d/%Y") @details['image'] = @user.image.url(:ninetysix) - @details['generation'] = @user.generation @details['numSynapses'] = @user.synapses.count @details['numTopics'] = @user.topics.count @details['numMaps'] = @user.maps.count diff --git a/app/views/layouts/_templates.html.erb b/app/views/layouts/_templates.html.erb index 8bc56c01..d051aec0 100644 --- a/app/views/layouts/_templates.html.erb +++ b/app/views/layouts/_templates.html.erb @@ -84,7 +84,6 @@
Mapper since: {{created_at}}
-
Generation: {{generation}}
{{numMaps}}
maps
diff --git a/app/views/layouts/_upperelements.html.erb b/app/views/layouts/_upperelements.html.erb index a421e84b..d864c52f 100644 --- a/app/views/layouts/_upperelements.html.erb +++ b/app/views/layouts/_upperelements.html.erb @@ -18,7 +18,6 @@
-
SUPPORT US!
diff --git a/app/views/main/home.html.erb b/app/views/main/home.html.erb index 012c7236..26ffa511 100644 --- a/app/views/main/home.html.erb +++ b/app/views/main/home.html.erb @@ -7,7 +7,6 @@ <% if !authenticated? %> <% content_for :title, "Home | Metamaps" %>
-<<<<<<< HEAD
@@ -48,38 +47,6 @@
-======= -
-
Make Sense with Metamaps
-
- METAMAPS.CC is a free and open source platform that supports real-time sense-making, distributed collaboration, and the creative intelligence of individuals, organizations and communities. We are currently in an invite-only beta. -
-
-
-
- -
-

Who finds it useful?

-

Designers, inventors, artists, educators, strategists, consultants, facilitators, entrepreneurs, systems thinkers, changemakers, analysts, students, researchers... maybe you!

- - EXPLORE FEATURED MAPS - REQUEST INVITE -
-
-
-
-
-
- <% # our partners %> -
-
-
- ->>>>>>> develop