%# When using field-lists, remember to add the form-horizontal class to get the bootstrap looks (this is done automatically in forms and show-page).
%>
<%# This tag adds the class 'uneditable-input' to a view. This is very useful with ``, which is the default `` for hobo_bootstrap. Use like so:
%>
<% tag ||= scope.in_form ? "input" : "view"; no_edit ||= "skip" -%>
<% required ||= "" ; required = comma_split(required.gsub('-', '_')) -%>