提交 64826f8d 编写于 作者: S Seiji Sogabe

fixed 875b3f62. do not show system messsage on...

fixed 875b3f62. do not show system messsage on People page and build
page.
上级 875b3f62
......@@ -31,7 +31,12 @@ THE SOFTWARE.
<st:include page="view-index-top.jelly" it="${it.owner}" optional="true">
<!-- allow the owner to take over the top section, but we also need the default to be backward compatible -->
<div id="view-message">
<t:editableDescription permission="${app.ADMINISTER}"/>
<j:if test="${it.class.name!='hudson.model.AllView'}">
<div id="systemmessage">
<j:out value="${app.systemMessage!=null ? app.markupFormatter.translate(app.systemMessage) : ''}" />
</div>
</j:if>
<t:editableDescription permission="${app.ADMINISTER}"/>
</div>
</st:include>
......
......@@ -34,14 +34,6 @@ THE SOFTWARE.
</st:attribute>
</st:documentation>
<j:if test="${it.class.name!='hudson.model.AllView'}">
<div id="systemmessage">
<div>
<j:out value="${app.systemMessage!=null ? app.markupFormatter.translate(app.systemMessage) : ''}" />
</div>
</div>
</j:if>
<div id="description">
<div>
<j:out value="${it.description!=null ? app.markupFormatter.translate(it.description) : ''}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册