stub press release link correctly
This commit is contained in:
parent
cee4dd6aa4
commit
20ad17608e
|
|
@ -50,11 +50,6 @@ class CorpsController < ApplicationController
|
|||
|
||||
end
|
||||
|
||||
# TODO: FIX THIS
|
||||
def press_releases_launch
|
||||
|
||||
end
|
||||
|
||||
def privacy
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue