Sha256: 90de772835bb2fd806f113f8311acab71c736e08a21d5bcd3997fb33ea788cbb

Contents?: true

Size: 351 Bytes

Versions: 14

Compression:

Stored size: 351 Bytes

Contents

<% content_for :title do %>
  <%= "#{ current_subject.name }: #{ t('document.new.title') }" %>
<% end %>

<section id="new_document">
  <%= render partial: 'toolbar/profile', locals: { subject: current_subject } %>

  <h1><%= t 'document.new.title' %></h1>

  <%= render partial: 'common_documents/form', locals: { document: @document } %>
</section>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
social_stream-2.2.2 documents/app/views/documents/new.html.erb
social_stream-documents-2.2.1 app/views/documents/new.html.erb
social_stream-2.2.1 documents/app/views/documents/new.html.erb
social_stream-2.2.0 documents/app/views/documents/new.html.erb
social_stream-documents-2.2.0 app/views/documents/new.html.erb
social_stream-2.1.1 documents/app/views/documents/new.html.erb
social_stream-2.1.0 documents/app/views/documents/new.html.erb
social_stream-documents-2.1.0 app/views/documents/new.html.erb
social_stream-2.0.4 documents/app/views/documents/new.html.erb
social_stream-documents-2.0.4 app/views/documents/new.html.erb
social_stream-2.0.3 documents/app/views/documents/new.html.erb
social_stream-documents-2.0.3 app/views/documents/new.html.erb
social_stream-2.0.2 documents/app/views/documents/new.html.erb
social_stream-documents-2.0.2 app/views/documents/new.html.erb