diff --git a/app/views/bids/_bid_homework_show.html.erb b/app/views/bids/_bid_homework_show.html.erb index 0a8c6ab28..101779297 100644 --- a/app/views/bids/_bid_homework_show.html.erb +++ b/app/views/bids/_bid_homework_show.html.erb @@ -1,6 +1,7 @@ <% if bids.blank? %> -<%= l(:label_uncommit_homework) %> +<%#= l(:label_uncommit_homework) %> +暂无作业! <% else %> <% bids.each do |bid|%> diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index a0ee754f9..ffd447aca 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -137,7 +137,7 @@ div.pagination{ attachments_autocomplete_path(:format => 'js'), :remote => true, :method => :post) do %> - <%= label_tag(:attach_search, "按文件名搜索:") %> + <%= label_tag(:attach_search, "按关键字搜索:") %> <%= text_field_tag(:attach_search) %> <%#= submit_tag("Search") %> <% end -%> diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index ca392ead7..646d62467 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -30,7 +30,7 @@ <%= f.text_field :firstname, :required => true %>

- <%= f.text_field :lastname, :required => true %> + <%#= f.text_field :lastname, :required => true %>