Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active November 16, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/b975dd3a72c5539cd8a66cfe35b97561 to your computer and use it in GitHub Desktop.
Save domagude/b975dd3a72c5539cd8a66cfe35b97561 to your computer and use it in GitHub Desktop.
<form class="send-private-message">
<input name="conversation_id" type="hidden" value="<%= conversation.id %>">
<input name="user_id" type="hidden" value="<%= user.id %>">
<textarea name="body" rows="3" class="form-control" placeholder="Type a message..."></textarea>
<input type="submit" class="btn btn-success send-message">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment