diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb index ab79eeec7..6233063a3 100644 --- a/app/views/welcome/contest.html.erb +++ b/app/views/welcome/contest.html.erb @@ -178,9 +178,9 @@ <% if User.current.logged? %> - <% unless User.current.user_extensions.identity == 1 %> + <%# unless User.current.user_extensions.identity == 1 %> <%= link_to(l(:label_newtype_contest), new_contest_contests_path, :class => 'icon icon-add') %> - <% end %> + <%# end %> <% end %>
@@ -270,7 +270,8 @@
  •       - <%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %> + <%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %> + <%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %>