@@ -5,11 +5,11 | |||||
5 | </div> |
|
5 | </div> | |
6 |
|
6 | |||
7 | <h2><%=l(:label_overview)%></h2> |
|
7 | <h2><%=l(:label_overview)%></h2> | |
8 |
|
8 | |||
9 | <div class="splitcontentleft"> |
|
9 | <div class="splitcontentleft"> | |
10 | <div class="wiki"> |
|
10 | <div class="wiki"> | |
11 | <%= textilizable @project.description %> |
|
11 | <%= textilizable @project.description %> | |
12 |
</div> |
|
12 | </div> | |
13 | <ul> |
|
13 | <ul> | |
14 | <% unless @project.homepage.blank? %><li><%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %></li><% end %> |
|
14 | <% unless @project.homepage.blank? %><li><%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %></li><% end %> | |
15 | <% if @subprojects.any? %> |
|
15 | <% if @subprojects.any? %> | |
@@ -21,7 +21,7 | |||||
21 | <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li> |
|
21 | <li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li> | |
22 | <% end %> |
|
22 | <% end %> | |
23 | <% end %> |
|
23 | <% end %> | |
24 |
</ul> |
|
24 | </ul> | |
25 |
|
25 | |||
26 | <% if User.current.allowed_to?(:view_issues, @project) %> |
|
26 | <% if User.current.allowed_to?(:view_issues, @project) %> | |
27 | <div class="issues box"> |
|
27 | <div class="issues box"> |
General Comments 0
You need to be logged in to leave comments.
Login now