Sha256: 350ca570432e8111e4f695d47a0bc04185c05d25a64a00991a6735738177b309

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

<div class='field'>
  <%= check_box_tag :twitter_notify, 1, notification.default?, :class => 'trigger-optional' %> 
  <%= label_tag     :twitter_notify, t('.twitter_notification') %>
  <div class='optional' style='<%= display?(notification.default?) %>'>
    <span class='chars_left'>129</span>
    <%= nf.hidden_field :kind, :disabled => !notification.default? %>
    <%= nf.text_area    :content, :rows => 5, :cols => 10, :maxlength => 129, :value => '', 
                        :disabled => !notification.default?, :class => 'small mimic' %> 
    <small><%= t('.link_to_twitter')  %></small>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kublog-0.9.0 app/views/kublog/posts/_twitter_form.html.erb