removed any more references to mapper generation
This commit is contained in:
parent
f094fd29f7
commit
a83c3e4b85
2 changed files with 0 additions and 20 deletions
|
@ -1,12 +0,0 @@
|
|||
make sure that devise key is correct
|
||||
|
||||
|
||||
make sure that AWS bucket is set to the metamaps-production bucket
|
||||
|
||||
|
||||
make sure that root individuals have same 'joinedwithcode' as 'code'
|
||||
|
||||
User.all.each do |u|
|
||||
u.generation = u.get_generation
|
||||
u.save
|
||||
end
|
|
@ -597,14 +597,6 @@
|
|||
font-family: 'din-medium', helvetica, sans-serif;
|
||||
line-height: 24px;
|
||||
}
|
||||
.sidebarSearch .tt-dataset-mappers div.mapperGeneration {
|
||||
top: 20px;
|
||||
left: 0px;
|
||||
padding-left: 0px;
|
||||
font-size: 12px;
|
||||
font-family: 'din-medium', helvetica, sans-serif;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
/* end search */
|
||||
|
||||
|
|
Loading…
Reference in a new issue