stub press release link correctly

This commit is contained in:
Brian Smith 2014-03-10 23:40:14 -04:00
parent cee4dd6aa4
commit 20ad17608e
3 changed files with 1 additions and 9 deletions

View File

@ -50,11 +50,6 @@ class CorpsController < ApplicationController
end
# TODO: FIX THIS
def press_releases_launch
end
def privacy
end

View File

@ -46,7 +46,7 @@
<br clear="all"><br/>
<ul class="media_links">
<li>
<span class="press-date">March 12, 2014</span><a href="/press-releases/launch">JamKazam Lets Musicians Play Together from Different Locations</a> - Six Bands at SXSW to Use JamKazam to Perform in “Virtual Jam Fest”
<span class="press-date">March 12, 2014</span><a href="" target="_blank">JamKazam Lets Musicians Play Together from Different Locations</a> - Six Bands at SXSW to Use JamKazam to Perform in “Virtual Jam Fest”
</li>
</ul>
</td>

View File

@ -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'