- <%= link_to @contest.name, show_contest_contest_path(@contest) %> + <%= link_to @contest.name, contest_contestnotifications_path(@contest) %> | <%=link_to @project.watcher_users.count, :controller=>"projects", :action=>"watcherlist", :id => @project %> | +- <%=link_to "#{@project.issues.count}", project_issues_path(@project) %> + <%=link_to "#{@project.issues.where('status_id in (1,2,4,6)').count}", project_issues_path(@project) %> |
- <%= l(:label_location) %>: - | -- <%= @user.user_extensions.location %> - <%= @user.user_extensions.location_city %> - | -
- <%= l(:label_technical_title) %>: - | -- - | - <% end %> -
+ <%= l(:label_location) %>: + | ++ <%= @user.user_extensions.location %> + <%= @user.user_extensions.location_city %> + | +
+ <%= l(:label_technical_title) %>: + | ++ + | + <% end %> +
<%= l(:label_bidding_user_studentcode)%>:
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
index abb896b61..c5be3f4fd 100644
--- a/app/views/layouts/mailer.html.erb
+++ b/app/views/layouts/mailer.html.erb
@@ -44,9 +44,7 @@ a:hover.mail_reply{ background:#06a9bc; text-decoration:none;}
<%= l(:mail_issue_greetings)%> <%= yield %> -- - + |