|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
-%>
|
|
|
|
|
<% if @project and @project.module_enabled?('code_review') %>
|
|
|
|
|
<% if @project and @project.is_a?(Project) and @project.module_enabled?('code_review') %>
|
|
|
|
|
<%
|
|
|
|
|
baseurl = Redmine::Utils.relative_url_root
|
|
|
|
|
|
|
|
|
|