diff --git a/app/views/bids/_new.html.erb b/app/views/bids/_new.html.erb index 7dd7492c0..80fa1781f 100644 --- a/app/views/bids/_new.html.erb +++ b/app/views/bids/_new.html.erb @@ -29,16 +29,16 @@
<%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_my_question), :style => "resize: none;", :class => 'noline'%> | +<%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_max_length), :style => "resize: none;", :class => 'noline'%> | <% else %> -<%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_my_respond), :style => "resize: none;", :class => 'noline'%> | +<%= f.text_area 'message', :rows => 3, :cols => 65, :placeholder => l(:label_max_length), :style => "resize: none;", :class => 'noline'%> | <% end %>
<%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%> <%= submit_tag l(:button_clear_meassge), :name => nil, :onclick => "clearMessage('bid_message_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'" %> | diff --git a/app/views/bids/_pre_show.html.erb b/app/views/bids/_pre_show.html.erb index 887530cf0..c67d4b2b1 100644 --- a/app/views/bids/_pre_show.html.erb +++ b/app/views/bids/_pre_show.html.erb @@ -1,6 +1,6 @@ <% unless content.nil?%> -
<%= textilizable content %> | - - <%= @course.school %> - + <% if @course.school %> + + <%= @course.school %> + + <% else%> + + <% end %> | <% else %> diff --git a/app/views/words/_journal_reply.html.erb b/app/views/words/_journal_reply.html.erb index d9b9b4587..5ddfe195c 100644 --- a/app/views/words/_journal_reply.html.erb +++ b/app/views/words/_journal_reply.html.erb @@ -1,7 +1,7 @@ <% id = "journal_reply_ul_" + journal.id.to_s%> -