347:d1edd8d9c8a1 | 348:1dc9c405e9e2 |
---|---|
1 <%-- | 1 <%-- |
2 project: Project | 2 project: Project |
3 component: Component (optional) | 3 component: Component (optional) |
4 variant: Variant (optional) | |
4 --%> | 5 --%> |
5 <div id="project-details-header-reduced" style="display:none" class="table project-attributes"> | 6 <div id="project-details-header-reduced" style="display:none" class="table project-attributes"> |
6 <div class="row"> | 7 <div class="row"> |
7 <div class="caption"><fmt:message key="feed"/>:</div> | 8 <div class="caption"><fmt:message key="feed"/>:</div> |
8 <div> | 9 <div> |
62 <fmt:message key="placeholder.null-lead"/> | 63 <fmt:message key="placeholder.null-lead"/> |
63 </c:if> | 64 </c:if> |
64 </div> | 65 </div> |
65 </div> | 66 </div> |
66 </c:if> | 67 </c:if> |
68 <c:if test="${not empty variant}"> | |
69 <div class="row"> | |
70 <div class="caption"><fmt:message key="variant"/>:</div> | |
71 <div><c:out value="${variant.name}"/></div> | |
72 <div class="caption"><fmt:message key="description"/>:</div> | |
73 <div><c:out value="${variant.description}"/></div> | |
74 </div> | |
75 </c:if> | |
67 </div> | 76 </div> |