Skip to content

Commit

Permalink
Changes based on feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmgrove committed Dec 18, 2015
1 parent 54e7a56 commit b335b41
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion basic_organization_sample_app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ th {
}

.colored:nth-child(2n+1) {
background-color: rgb(149, 190, 34);
background-color: #956D22;
}
6 changes: 3 additions & 3 deletions basic_organization_sample_app/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"app": {
"package": "basic_user_sample",
"package": "basic_organization_sample",
"description": {
"value": "this app shows user info",
"value": "this app shows organization info",
"title": "app description"
}
},
Expand All @@ -18,7 +18,7 @@
"title": "fetch success"
},
"fail": {
"value": "failed to fecth information from the server",
"value": "failed to fetch information from the server",
"title": "fetch failure"
}
},
Expand Down
2 changes: 1 addition & 1 deletion basic_user_sample_app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ th {
}

.colored:nth-child(2n+1) {
background-color: rgb(149, 190, 34);
background-color: #956D22;
}
2 changes: 1 addition & 1 deletion basic_user_sample_app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "fetch success"
},
"fail": {
"value": "failed to fecth information from the server",
"value": "failed to fetch information from the server",
"title": "fetch failure"
}
},
Expand Down
3 changes: 0 additions & 3 deletions hello_world_sample_app/templates/layout.hdbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
<h3>{{setting "name"}}</h3>
</header>
<section data-main/>
<footer>
hello world
</footer>

0 comments on commit b335b41

Please sign in to comment.