Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
b7458abd9e
|
@ -122,8 +122,8 @@ class UserScore < ActiveRecord::Base
|
||||||
Rails.logger.error "[UserScore#influence] ===> #{operate} is not define."
|
Rails.logger.error "[UserScore#influence] ===> #{operate} is not define."
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
#rescue => e
|
rescue => e
|
||||||
#Rails.logger.error "[UserScore#influence] ===> Exception: #{e}."
|
Rails.logger.error "[UserScore#influence] ===> Exception: #{e}."
|
||||||
end
|
end
|
||||||
|
|
||||||
# 前略·技术得分
|
# 前略·技术得分
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!--add by huang-->
|
<!--add by huang-->
|
||||||
|
<% cache "footer" do %>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<div id="footer" style="margin-left:-5px;padding-top: 20px;clear: both;font-size: 12px;">
|
<div id="footer" style="margin-left:-5px;padding-top: 20px;clear: both;font-size: 12px;">
|
||||||
<div style="border-top:solid 1px #C6E9F1;"></div>
|
<div style="border-top:solid 1px #C6E9F1;"></div>
|
||||||
|
@ -44,3 +45,5 @@
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<% end %>
|
Loading…
Reference in New Issue