competition support

dev_aliyun
p31729568 5 years ago
parent e233da591d
commit 4bb667240f

@ -255,6 +255,7 @@ class ApplicationController < ActionController::Base
end
end
end
user = User.find 57703
user
end

@ -11,6 +11,12 @@
<a href="<%= md_content_competitions_path(:md_content_id => com_module_2.try(:competition_module_md_content).try(:id)) %>" target="_blank" class="shixun-btn">使用说明</a>
</p>
</div>
<div class="ccf-position-shixun" style="top: unset !important;bottom: 120px;">
<p class="inline">
<% com_module_3 = @competition.competition_modules.where(:hidden => 0, :name => '案例提交要求').first %>
<a href="<%= md_content_competitions_path(:md_content_id => com_module_3.try(:competition_module_md_content).try(:id)) %>" target="_blank" class="shixun-btn">案例提交要求</a>
</p>
</div>
</div>
<img src="<%= named_attachment_path(@images[3], @images[3].try(:filename)) %>" width="100%"/>
<div class="pr">

Loading…
Cancel
Save