Sha256: 8d5122884fd621cd0090aad197318783bf42bc1aae40be2fa9b65c1fe1d6a030

Contents?: true

Size: 537 Bytes

Versions: 24

Compression:

Stored size: 537 Bytes

Contents

<% document ||= Document.new %>

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

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
social_stream-2.2.2 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.2.1 app/views/common_documents/_new.modal.html.erb
social_stream-2.2.1 documents/app/views/common_documents/_new.modal.html.erb
social_stream-2.2.0 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.2.0 app/views/common_documents/_new.modal.html.erb
social_stream-2.1.1 documents/app/views/common_documents/_new.modal.html.erb
social_stream-2.1.0 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.1.0 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.4 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.4 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.3 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.3 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.2 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.2 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.1 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.1 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.0 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.0 app/views/common_documents/_new.modal.html.erb
social_stream-2.0.0.beta3 documents/app/views/common_documents/_new.modal.html.erb
social_stream-documents-2.0.0.beta3 app/views/common_documents/_new.modal.html.erb