File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<%= render :partial => "authorship" , :locals => { :paste => @paste } %>
7
7
</ p >
8
8
9
- <%= labelled_tabular_form_for @paste ,
9
+ <%= labelled_form_for @paste ,
10
10
:url => { :action => "update" , :id => @paste } ,
11
11
:html => { :method => :put } do |f | %>
12
- < div class ="box ">
12
+ < div class ="box tabular ">
13
13
<%= hidden_field_tag "fork" %>
14
14
15
15
< p > <%= f . text_field :title , :label => :field_paste_title %> </ p >
Original file line number Diff line number Diff line change 2
2
3
3
<h2 > <%= l :label_paste_new %> </ h2 >
4
4
5
- <%= labelled_tabular_form_for @paste ,
5
+ <%= labelled_form_for @paste ,
6
6
:url => { :action => "create" , :project_id => @paste . project . id } do |f | %>
7
- < div class ="box ">
7
+ < div class ="box tabular ">
8
8
< p > <%= f . text_field :title , :label => :field_paste_title %> </ p >
9
9
< p > <%= f . select :lang , pastebin_language_choices ,
10
10
:label => :field_paste_lang %> </ p >
11
11
< p > <%= f . text_area :text , :label => :field_paste_text ,
12
12
:rows => 25 , :cols => 80 %> </ p >
13
13
< p > <%= f . check_box :secure , :label => :field_paste_secure %> < br />
14
14
<%= l :paste_security_hint %> </ p >
15
- < p > < label for ="paste[expires] "> <%= l :field_paste_expires %> </ label >
15
+ < p > < label for ="paste_expires "> <%= l :field_paste_expires %> </ label >
16
16
<%= select_tag 'paste[expires]' ,
17
17
options_from_collection_for_select ( pastebin_expiration_choices ,
18
18
:last , :first ) %> </ p >
You can’t perform that action at this time.
0 commit comments