1、当教师评论为空时,预留一部分显示
This commit is contained in:
parent
a64b3940dd
commit
d2f1f7d142
|
@ -10,6 +10,6 @@
|
|||
<%= hidden_field_tag 'show_name',params[:show_name],:value => show_name.nil? ? true : show_name %>
|
||||
<%= submit_tag l(:button_feedback_respond), :name => nil ,
|
||||
:class => "enterprise",
|
||||
:style => "float: right; margin-top: 1px; margin-right: 4px;"%>
|
||||
:style => "float: right; margin-top: 1px; margin-right: 4px;margin-bottom: 5px;"%>
|
||||
|
||||
<% end %>
|
Loading…
Reference in New Issue