File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
<%= gravatar_for comment %>
3
3
< p class ="status ">
4
4
<%= link_to h ( comment . code . slug_name ) , code_by_slug_path ( comment . code . slug_name ) , :class => 'gem' %>
5
+ <%= "(#{ comment . version } )" unless comment . version . blank? %>
5
6
is <%= opinion_for comment %> < br />
6
7
for <%= name_link_for comment %> < span class ="lighterblue "> (<%= comment . platform %> )</ span > < br />
7
8
</ p >
Original file line number Diff line number Diff line change 3
3
<ul >
4
4
< li > <%= form . label :works_for_me %> <%= form . radio_button :works_for_me , true %> Yes <%= form . radio_button :works_for_me , false %> No</ li >
5
5
< li > <%= form . label :version %> < br /> <%= form . text_field :version , :size => 10 %> </ li >
6
- < li > <%= form . label :body , "Comments " %> < br /> <%= form . text_area :body , :rows => 3 %> </ li >
7
6
< li > <%= form . label :platform_id %> < br /> <%= form . collection_select :platform_id , Platform . all , :id , :name %> </ li >
7
+ < li > <%= form . label :body , "Comments " %> < br /> <%= form . text_area :body , :rows => 3 %> </ li >
8
8
< li > <%= form . label :name %> < br /> <%= form . text_field :name %> </ li >
9
9
< li > <%= form . label :email %> < br /> <%= form . text_field :email %> </ li >
10
10
< li > <%= form . label :url %> < br /> <%= form . text_field :url %> </ li >
You can’t perform that action at this time.
0 commit comments