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