<div class="row col-md-8 col-md-offset-2" id="chatting-title">
  <h3>ChattRoom</h3>
</div>

<div class="row col-md-8 col-md-offset-2" id="chattings">
  <%= render partial: 'chatting_form', locals: {chatting: @chatting} %>
  <div id="chatting-errors">

  </div>
    <ul id="chatting-index">
  <% if @chattings.any? %>
      <%= render @chattings%>
  <%else %>
    </ul>
    <p>Be the first one to make a chatting!</p>
  <% end %>
</div>
