redirect plans page to landing age if on .org
This commit is contained in:
parent
2299494da8
commit
d5ac31b557
|
@ -67,8 +67,9 @@ Router.map ->
|
|||
@route 'home'
|
||||
|
||||
@route 'home-pro', path: '/home-pro'
|
||||
@route 'pricing', path: '/plans'
|
||||
@route 'team', path: '/about/team'
|
||||
@route 'plans', path: '/plans'
|
||||
@route 'team', path: '/team'
|
||||
@route 'logos', path: '/logo'
|
||||
|
||||
@resource 'profile', path: '/profile', ->
|
||||
@resource 'accounts', path: '/', ->
|
||||
|
|
10
app/routes/plans.coffee
Normal file
10
app/routes/plans.coffee
Normal file
|
@ -0,0 +1,10 @@
|
|||
`import BasicRoute from 'travis/routes/basic'`
|
||||
`import config from 'travis/config/environment'`
|
||||
|
||||
Route = BasicRoute.extend
|
||||
needsAuth: false
|
||||
redirect: ->
|
||||
unless config.pro
|
||||
@transitionTo('home-pro')
|
||||
|
||||
`export default Route`
|
25
public/images/pro-landing/flag-russia.svg
Normal file
25
public/images/pro-landing/flag-russia.svg
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 25.5 15.6" style="enable-background:new 0 0 25.5 15.6;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{fill:#1E429B;}
|
||||
.st2{fill:#D42E27;}
|
||||
.st3{fill:#CDCCCC;}
|
||||
</style>
|
||||
<g>
|
||||
<g>
|
||||
<rect x="0" y="0.3" class="st0" width="25.5" height="5.1"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="0" y="5.4" class="st1" width="25.5" height="5.1"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="0" y="10.5" class="st2" width="25.5" height="5.1"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<polygon class="st3" points="0.3,5.4 0,5.4 0,0.1 0.2,0.1 25.5,0 25.5,5.4 25.2,5.4 25.2,0.3 0.3,0.4 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 845 B |
Loading…
Reference in New Issue
Block a user