Skip to content

Commit 7fcaf16

Browse files
committed
Changed posts icons
1 parent d6e43a7 commit 7fcaf16

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "angular-deployd-admin",
3-
"version": "1.0.5",
4-
"description": "",
5-
"main": "index.js",
6-
"repository": {
7-
"url": "git://github.com/rgolea/angular-deployd-admin.git"
8-
},
9-
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1",
11-
"start": "node app.js",
12-
"dev": "ENV=development DEBUG=* node app.js"
13-
},
14-
"author": "",
15-
"license": "ISC",
16-
"devDependencies": {
17-
"grunt": "^0.4.5",
18-
"grunt-contrib-concat": "^0.5.1",
19-
"grunt-contrib-copy": "^0.8.0",
20-
"grunt-contrib-cssmin": "^0.12.2",
21-
"grunt-contrib-uglify": "^0.9.1",
22-
"grunt-contrib-watch": "^0.6.1"
23-
},
24-
"dependencies": {
25-
"deployd": "^0.8.4",
26-
"dpd-email": "^0.1.0",
27-
"dpd-fileupload": "0.0.13",
28-
"dpd-passport": "git://git@github.com:rgolea/dpd-passport.git"
29-
}
30-
}
2+
"name": "angular-deployd-admin",
3+
"version": "1.0.5",
4+
"description": "",
5+
"main": "index.js",
6+
"repository": {
7+
"url": "git://github.com/rgolea/angular-deployd-admin.git"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1",
11+
"start": "node app.js",
12+
"dev": "ENV=development DEBUG=* node app.js"
13+
},
14+
"author": "",
15+
"license": "ISC",
16+
"devDependencies": {
17+
"grunt": "^0.4.5",
18+
"grunt-contrib-concat": "^0.5.1",
19+
"grunt-contrib-copy": "^0.8.0",
20+
"grunt-contrib-cssmin": "^0.12.2",
21+
"grunt-contrib-uglify": "^0.9.1",
22+
"grunt-contrib-watch": "^0.6.1"
23+
},
24+
"dependencies": {
25+
"deployd": "^0.8.4",
26+
"dpd-email": "^0.1.0",
27+
"dpd-fileupload": "0.0.13",
28+
"dpd-passport": "^0.3.4"
29+
}
30+
}

public/app/posts/partials/dashboard.posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h4>{{comment.user.profile.displayName}}</h4>
8888
Not allowed.
8989
</p>
9090
</div>
91-
<md-icon md-svg-icon="icons/trash.svg" aria-label="Delete comment" ng-click="deleteComment($event, comment)" class="md-secondary"></md-icon>
91+
<md-icon md-svg-icon="icons/fi-trash.svg" aria-label="Delete comment" ng-click="deleteComment($event, comment)" class="md-secondary"></md-icon>
9292
</md-list-item>
9393
<md-list-item>
9494
<md-input-container flex>

resources/auth/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"googleClientId": "969947765116-js5h5236kr8qvkgt9camn564mi96ajku.apps.googleusercontent.com",
2222
"googleClientSecret": "uzhOOSYdo-2L4AqhOnP0NRl2",
2323
"googleScope": "",
24-
"returnParams": false
24+
"returnParams": false,
25+
"disableReturnParams": true
2526
}

0 commit comments

Comments
 (0)