Sha256: a52a814a58ab282c6134696c1dac00a1b4d30788db8e7426d9f9849755ed3c9e

Contents?: true

Size: 480 Bytes

Versions: 17

Compression:

Stored size: 480 Bytes

Contents

<div id="new_group-modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="new_group-modal-title" aria-hidden="true">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h3 id="new_group-modal-title"><%= t 'group.new.title' %></h3>
  </div>
  <div class="modal-body">
    <%= render partial: 'groups/form',
               object: Group.new,
               as: :group %>
  </div>
</div>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
social_stream-2.2.0 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.2.0 app/views/groups/_new_modal.html.erb
social_stream-2.1.1 base/app/views/groups/_new_modal.html.erb
social_stream-2.1.0 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.1.0 app/views/groups/_new_modal.html.erb
social_stream-2.0.4 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.4 app/views/groups/_new_modal.html.erb
social_stream-2.0.3 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.3 app/views/groups/_new_modal.html.erb
social_stream-2.0.2 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.2 app/views/groups/_new_modal.html.erb
social_stream-2.0.1 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.1 app/views/groups/_new_modal.html.erb
social_stream-2.0.0 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.0 app/views/groups/_new_modal.html.erb
social_stream-2.0.0.beta3 base/app/views/groups/_new_modal.html.erb
social_stream-base-2.0.0.beta3 app/views/groups/_new_modal.html.erb