Sha256: 9e03712a04c7619479520b12e297845ecd01787616619b5e4f2da247b5207e85

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

<div id='content-<%= article.id %>'>
  <p>This post is password protected. Please fill in your password or login to view the content</p>
  <% remote_form_for :articles, article, :url => { :action => 'check_password'}, :update => "content-#{article.id}" do |f| %>
    <%= password_field(:article, :password) %>
    <input type='hidden' name='article[id]' value='<%= article.id %>' />
    <%= submit_to_remote('check_password', _('Submit') + '!',
                         :update => "content-#{article.id}",
                         :url    => {:action => 'check_password'}) %>
  <% end %>
</div>

Version data entries

6 entries across 1 versions & 1 rubygems

Version Path
typo-5.5 themes/standard_issue/views/articles/_password_form.html.erb
typo-5.5 themes/dirtylicious/views/articles/_password_form.html.erb
typo-5.5 themes/scribbish/views/articles/_password_form.html.erb
typo-5.5 app/views/articles/_password_form.html.erb
typo-5.5 themes/true-blue-3/views/articles/_password_form.html.erb
typo-5.5 themes/typographic/views/articles/_password_form.html.erb