_updateFields js should start with first list item position of 1, not 0 #1

Open
aepstein wants to merge 16 commits from aepstein/patch-1 into master
2 changed files with 23 additions and 0 deletions
Showing only changes of commit 3f89fff364 - Show all commits

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ spec/dummy/tmp/
.idea
coverage/
Gemfile.lock
.sass-cache/

View File

@ -0,0 +1,22 @@
li.cocoon {
& > label {
display: block;
width: 100%;
float: none;
}
ol {
padding: 0;
width: auto;
float: none;
}
fieldset {
padding: 1em;
}
.links a {
@extend .button;
}
}