Sha256: 7f313e9b6a6ad5b07239cbbd899f205c66c0e7dddf24958675dc9412bfc7cfd5

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

<%= f.cms_text_field :name, :instructions => 'Add a useful name like "Twitter timeline: username"' %>
<%= f.cms_text_field :username, :instructions => 'This is your Twitter username' %>
<%= f.cms_drop_down :limit, 
  [
    ['Unlimited','0'],['1','1'],['2','2'],['3','3'],['4','4'],['5','5'],['6','6'],['7','7'],['8','8'],['9','9'],
    ['10','10'],['11','11'],['12','12'],['13','13'],['14','14'],['15','15'],['16','16'],['17','17'],['18','18'],['19','19'],
    ['20','20']
], :instructions => 'The timeline is available in the @items variable.'
%>
<%= f.cms_template_editor :template %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bcms_twitter_module-1.1.3 app/views/portlets/twitter_user_timeline/_form.html.erb