|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
<% if params[:controller] != "welcome" && subject.status < 2 && !User.current.member_of_subject?(subject) %>
|
|
|
|
|
<div class="closeSquare">
|
|
|
|
|
<img src="/images/educoder/icon/lockclose.svg" class="mt80 mb25"/>
|
|
|
|
|
<p class="font-14 color-white">暂未开发</p>
|
|
|
|
|
<p class="font-14 color-white">暂未公开</p>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<a href="<%= subject_path(subject) %>" class="square-img" target="_blank"><%= image_tag(url_to_avatar(subject)) %></a>
|
|
|
|
|