Created
December 15, 2011 17:46
-
-
Save kirkconnell/1482036 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ContentUI | |
module Presenters | |
class Short < ContentUI::Presenters::Base | |
def render_body | |
@template.content_tag :div, :class => "float_left" do | |
@form.text_field @template.content_field_name(self), "data-max-chars" => self.max_length | |
end | |
end | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment