Created
October 31, 2011 02:29
-
-
Save jaysonrowe/1326780 to your computer and use it in GitHub Desktop.
Original Micropost Code (without countdown)
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
| <%= form_for @micropost do |f| %> | |
| <%= render 'shared/error_messages', :object => f.object %> | |
| <div class="field"> | |
| <%= f.text_area :content %> | |
| </div> | |
| <div class="actions"> | |
| <%= f.submit "Submit" %> | |
| </div> | |
| <% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment