set/all/comment.rb in card-mod-comment-0.13.4 vs set/all/comment.rb in card-mod-comment-0.14.0
- old
+ new
@@ -76,8 +76,9 @@
%(<label>My Name is:</label> #{text_field :comment_author})
end
def comment_submit_button
- submit_button text: "Comment", type: :submit, disable_with: "Commenting"
+ submit_button text: "Comment", type: :submit, disable_with: "Commenting",
+ situation: "outline-primary"
end
end