提交 1320d9c6 编写于 作者: K kohsuke

fixed #201.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1328 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c87676de
......@@ -12,7 +12,9 @@
<j:forEach var="v" items="${app.views}">
<l:tab name="${v.viewName}" active="${v==it}" href="${rootURL}/${v.url}" />
</j:forEach>
<l:tab name="+" href="${rootURL}/newView" active="false" />
<l:isAdmin>
<l:tab name="+" href="${rootURL}/newView" active="false" />
</l:isAdmin>
</l:tabBar>
</j:if>
<!-- project list -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册