36 <c:set var="issuesHref" value="./${viewmodel.pathInfos.issuesHref}"/> |
36 <c:set var="issuesHref" value="./${viewmodel.pathInfos.issuesHref}"/> |
37 <%@include file="../jspf/project-header.jspf"%> |
37 <%@include file="../jspf/project-header.jspf"%> |
38 |
38 |
39 <div> |
39 <div> |
40 <a href="${issuesHref}-/create" class="button"><fmt:message key="button.issue.create"/></a> |
40 <a href="${issuesHref}-/create" class="button"><fmt:message key="button.issue.create"/></a> |
|
41 <c:if test="${not empty viewmodel.versionInfo}"> |
|
42 <a href="./projects/${project.node}/versions/${viewmodel.versionInfo.version.node}/edit" class="button"><fmt:message key="button.version.edit"/></a> |
|
43 </c:if> |
|
44 <c:if test="${not empty component}"> |
|
45 <a href="./projects/${project.node}/components/${component.node}/edit" class="button"><fmt:message key="button.component.edit"/></a> |
|
46 </c:if> |
|
47 <c:if test="${not empty variant}"> |
|
48 <a href="./projects/${project.node}/variants/${variant.node}/edit" class="button"><fmt:message key="button.variant.edit"/></a> |
|
49 </c:if> |
41 </div> |
50 </div> |
42 |
51 |
43 <h3><fmt:message key="issue.filter" /></h3> |
52 <h3><fmt:message key="issue.filter" /></h3> |
44 <%@include file="../jspf/issue-filter.jspf"%> |
53 <%@include file="../jspf/issue-filter.jspf"%> |
45 |
54 |