Skip to content

Commit

Permalink
Review layout polish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoGist committed Jun 26, 2020
1 parent e9de76a commit dbd525e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/reviews/edit.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
= form_tag game_review_path(@game,@review), :method => :put do
.field-wrapAlt
%input{:name => 'review[comment]', :value => @review.comments,:autocomplete => "off", :type => "text", :maxlength => '250'}/
= select :review, :score, ["1", "2 ★★", "3 ★★★", "4 ★★★★", "5 ★★★★★"]
= select :review, :score, ["1", "2", "3", "4", "5"]
%br/
%br/
%br/
Expand Down
1 change: 0 additions & 1 deletion app/views/reviews/new.haml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
= form_tag game_reviews_path :method => :post do
.field-wrapAlt
%input{:name => 'review[comment]', :placeholder => "Write review", :autocomplete => "off", :type => "text", :maxlength => '250'}/
= label :review, :score, "Score"
= select :review, :score, ["1 ★", "2 ★★", "3 ★★★", "4 ★★★★", "5 ★★★★★"], {:class => ""}
%br/
%br/
Expand Down

0 comments on commit dbd525e

Please sign in to comment.