<div class="container new-post"> | |
<div class="row"> | |
<div class="col-sm-6 col-sm-offset-3"> | |
<h1>Create a new post</h1> | |
<%= render 'posts/new/post_form' %> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment