From 00c45b46122effc16e9e80a6ce1e5dade86ced28 Mon Sep 17 00:00:00 2001
From: Jonathan Kolyer
Date: Mon, 10 Mar 2014 11:47:31 +0000
Subject: [PATCH 1/3] VRFS-1393 changed FB share image to use square
logo-512.png
---
web/app/assets/javascripts/invitationDialog.js.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/app/assets/javascripts/invitationDialog.js.erb b/web/app/assets/javascripts/invitationDialog.js.erb
index c0b2a3794..9048a39e5 100644
--- a/web/app/assets/javascripts/invitationDialog.js.erb
+++ b/web/app/assets/javascripts/invitationDialog.js.erb
@@ -194,7 +194,7 @@
var obj = {
method: 'feed',
link: signupUrl,
- picture: 'http://jamkazam.com/assets/logo.png',
+ picture: 'http://www.jamkazam.com/assets/web/logo-512.png',
name: 'Join me on JamKazam',
caption: 'Play live music in real-time sessions with others over the Internet, as if in the same room.',
description: '',
From cee4dd6aa44e17418a8f0e2f9e580785aecb4d0d Mon Sep 17 00:00:00 2001
From: Brian Smith
Date: Mon, 10 Mar 2014 22:41:32 -0400
Subject: [PATCH 2/3] add line break
---
web/app/views/corps/features.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/app/views/corps/features.html.erb b/web/app/views/corps/features.html.erb
index 10892e941..62e87c4b5 100644
--- a/web/app/views/corps/features.html.erb
+++ b/web/app/views/corps/features.html.erb
@@ -77,7 +77,7 @@
Finally, musicians can use JamKazam to find other musicians in their area, check out their skills, styles, and listen to their performances, and connect to play together online and/or offline.
-BENEFITS:
+BENEFITS:
Everyone who plays music knows that it’s far more fun to play with others than to play alone. But many musicians – especially amateur musicians – are not in bands and don’t have established networks of musician friends to play with, simply because of the time and logistical challenges of playing with others, as described earlier. With JamKazam, musicians can easily find other musicians in their area who want to play together online, and who have complementary instruments, skill levels, and musical interests. And they can easily try playing with others without the risk or investment of time to meet in person.
\ No newline at end of file
From 20ad17608e402e03112911544752c4639cbce363 Mon Sep 17 00:00:00 2001
From: Brian Smith
Date: Mon, 10 Mar 2014 23:40:14 -0400
Subject: [PATCH 3/3] stub press release link correctly
---
web/app/controllers/corps_controller.rb | 5 -----
web/app/views/corps/media_center.html.erb | 2 +-
web/config/routes.rb | 3 ---
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/web/app/controllers/corps_controller.rb b/web/app/controllers/corps_controller.rb
index b81f2fd28..2ac1e93ca 100644
--- a/web/app/controllers/corps_controller.rb
+++ b/web/app/controllers/corps_controller.rb
@@ -50,11 +50,6 @@ class CorpsController < ApplicationController
end
- # TODO: FIX THIS
- def press_releases_launch
-
- end
-
def privacy
end
diff --git a/web/app/views/corps/media_center.html.erb b/web/app/views/corps/media_center.html.erb
index 4eff9e873..90c9435d8 100644
--- a/web/app/views/corps/media_center.html.erb
+++ b/web/app/views/corps/media_center.html.erb
@@ -46,7 +46,7 @@
diff --git a/web/config/routes.rb b/web/config/routes.rb
index d6919ac24..a090f7869 100644
--- a/web/config/routes.rb
+++ b/web/config/routes.rb
@@ -106,9 +106,6 @@ SampleApp::Application.routes.draw do
match '/audio', to: 'corps#audio', as: 'corp_audio'
match '/videos', to: 'corps#videos', as: 'corp_videos'
- # TODO: make this more dynamic and managed via admin
- match '/press-releases/launch', to: 'corps#press_releases_launch', as: 'corp_press_releases_launch'
-
# contact routes
match '/contact', to: 'corps#contact', as: 'corp_contact'