Skip to content
This repository has been archived by the owner. It is now read-only.

Gh pages fast forward #1

Merged
merged 14 commits into from Oct 5, 2015

added nolink for missing links

  • Loading branch information
nicholasareed committed Nov 10, 2014
commit 61030c034e930152a7008b4603ccb2734086bc79
@@ -340,12 +340,14 @@ body {

border: 1px solid #eee;

border-radius: 3px;
text-align: center;

/*border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.75);
box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.75);
box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.75);*/

}

@@ -962,7 +964,7 @@ input[type="submit"].form-button-submit-default.cancel-button {
color: white;
/*padding: 8px 14px;*/
padding: 0px 8px;

font-weight: bold;
line-height: 48px;
font-size: 18px;
@@ -45,6 +45,9 @@ define(function(require, exports, module) {
// App.history.navigate('dash');
}
},
'nolink' : function(){
Utils.Popover.Alert('No link for this one!','OK');
},

'logout(/:force)' : function(){

@@ -227,7 +230,7 @@ define(function(require, exports, module) {
'tips/list' : function(){

document.title = 'Crowdsourced AWS ReInvent Guide: Vegas Tips';

App.Views.MainFooter.route_show = true;
App.Views.MainFooter.Tabs.select('tips', false);
defaultRoute('Tips', 'Tips/List', arguments);
@@ -3,7 +3,7 @@
{{#if Link}}
<a href="{{Link}}" target="_system">{{Event}}</a>
{{else}}
{{Event}}
<a href="#nolink">{{Event}}</a>
{{/if}}
</div>
<div class="">
@@ -3,7 +3,7 @@
{{#if Link}}
<a href="{{Link}}" target="_system">{{Session}}</a>
{{else}}
{{Session}}
<a href="#nolink">{{Session}}</a>
{{/if}}
</div>
<div class="company">
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.