Skip to content

Commit

Permalink
test code
Browse files Browse the repository at this point in the history
  • Loading branch information
panzhangwang committed Sep 20, 2015
1 parent 9da9334 commit 258aa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="col-md-12">
<div class="jumbotron">
<h1>Use getAwesomeness()</h1>
<p>To retrieve all amazing awesomeness from Github</p>
<p>To retrieve all amazing awesomeness from Github current local: {{ req.locale }}</p>
</div>
<div class="row">
<div class="row">
{% for g in groups %}
<div class="col-md-3">
<div class="panel panel-primary">
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"lodash": "latest",
"lowdb": "^0.10.2",
"locale": "^0.0.20",
"i18n": "^0.5.0",
"slug": "^0.9.1"
"i18n": "^0.5.0"
},
"devDependencies": {
"supertest": "0.13.0",
Expand Down

0 comments on commit 258aa53

Please sign in to comment.