Sha256: ef74b2afc4bd5d0431c8764e1e4f656d01e692da5b2f4b3684c1497e5691a257

Contents?: true

Size: 359 Bytes

Versions: 9

Compression:

Stored size: 359 Bytes

Contents

  <% @page_heading = "Comments for #{ link_to h(@article.title), :controller => 'content', :action => 'show', :id => @article }" %>

  <h3>Creating comment</h3>
  
  <%= start_form_tag :action=>"new" %>

  <div class="form">	
    <%= render_partial "form" %>
  </div>

  <div id="operations">
    <%= save %> or <%= cancel %>  
  </div>

  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/comments/new.rhtml
typo-3.99.3 app/views/admin/comments/new.rhtml
typo-3.99.1 app/views/admin/comments/new.rhtml
typo-3.99.2 app/views/admin/comments/new.rhtml
typo-4.0.1 app/views/admin/comments/new.rhtml
typo-3.99.4 app/views/admin/comments/new.rhtml
typo-4.0.0 app/views/admin/comments/new.rhtml
typo-4.0.2 app/views/admin/comments/new.rhtml
typo-4.0.3 app/views/admin/comments/new.rhtml