- <%= link_to @contest.name, show_contest_contest_path(@contest) %>
+ <%= link_to @contest.name, contest_contestnotifications_path(@contest) %>
|
<% if User.current.login? %>
diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index 67e4da0f4..b8cc2ddc9 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -132,8 +132,9 @@
<%=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) %>
|
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 %>
-
-
-
+