我正在使用
sorcery认证和
twitter bootstrap.
我想通过更改默认的轨道< div class =“field_with_errors”>通过twitter的引导方式在我的注册表单上设置错误消息.它被添加到DOM中.
做这样的事情的铁路公约是什么?
我想你可以添加一些操纵DOM的javascript来重命名< div class =“field_with_errors”>,但这似乎是一个黑客.似乎应该有一种方法来重写这个在rails,但我不知道该怎么做.
<div class="control-group error"> <label class="control-label" for="inputError">Input with error</label> <div class="controls"> <input type="text" id="inputError"> <span class="help-inline">Please correct the error</span> </div> </div>