@@ -3,7 +3,7 | |||
|
3 | 3 | new_project_news_path(@project), |
|
4 | 4 | :class => 'icon icon-add', |
|
5 | 5 | :onclick => 'showAndScrollTo("add-news", "news_title"); return false;') if @project && User.current.allowed_to?(:manage_news, @project) %> |
|
6 | <%= watcher_link(@project.enabled_module('news'), User.current) %> | |
|
6 | <%= watcher_link(@project.enabled_module('news'), User.current) if @project && User.current.logged? %> | |
|
7 | 7 | </div> |
|
8 | 8 | |
|
9 | 9 | <div id="add-news" style="display:none;"> |
General Comments 0
You need to be logged in to leave comments.
Login now