Renamed API Browser to API Examples

This commit is contained in:
Sahat Yalkabov
2014-04-13 23:14:58 -04:00
parent 5267807323
commit 6b9e7e1517
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ var clockwork = require('clockwork')({key: secrets.clockwork.apiKey});
exports.getApi = function(req, res) {
res.render('api/index', {
title: 'API Browser'
title: 'API Examples'
});
};

View File

@ -1,7 +1,7 @@
extends ../layout
block content
h2 API Browser
h2 API Examples
ol
li

View File

@ -11,8 +11,8 @@
ul.nav.navbar-nav
li(class=title=='Home'?'active':undefined)
a(href='/') Home
li(class=title=='API Browser'?'active':undefined)
a(href='/api') API Browser
li(class=title=='API Examples'?'active':undefined)
a(href='/api') API Examples
li(class=title=='Contact'?'active':undefined)
a(href='/contact') Contact
ul.nav.navbar-nav.navbar-right