mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
Rename general variable name isWritable to hasWritePermission.
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 20px; background-color: #eee; text-align: center;">
|
<td style="padding: 20px; background-color: #eee; text-align: center;">
|
||||||
No milestones to show.
|
No milestones to show.
|
||||||
@if(isWritable){
|
@if(hasWritePermission){
|
||||||
<a href="@url(repository)/issues/milestones/new">Create a new milestone.</a>
|
<a href="@url(repository)/issues/milestones/new">Create a new milestone.</a>
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user