We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4750ab2 + 8f797d1 commit 481b00dCopy full SHA for 481b00d
src/app/home/collection.jade
@@ -2,7 +2,7 @@
2
header
3
.row
4
.col-md-6
5
- h1(data-hook='name')
+ h1(data-hook='collection-name')
6
7
div(data-hook='stats-subview')
8
src/app/home/collection.js
@@ -44,7 +44,7 @@ var MongoDBCollectionView = View.extend({
44
no: 'hidden'
45
},
46
'model._id': {
47
- hook: 'name'
+ hook: 'collection-name'
48
49
activeView: {
50
type: 'switchClass',
0 commit comments