mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-13 15:39:18 +08:00
removed commented out text
This commit is contained in:
parent
c4d62656bf
commit
917df97519
@ -146,48 +146,6 @@ Base template for Project overview.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<#--<div class="float-right project-controls">
|
||||
|
||||
<#– TODO
|
||||
@flash.get("reported").map { _ =>
|
||||
<span class="flag-msg">
|
||||
<i class="fas fa-thumbs-up"></i> Flag submitted for review
|
||||
</span>
|
||||
}
|
||||
–>
|
||||
|
||||
<!-- Flag button –>
|
||||
|
||||
<#if headerData.hasUser() && (headerData.globalPerm(Permission.ModNotesAndFlags) || headerData.globalPerm(Permission.ViewLogs))>
|
||||
<button class="btn btn-alert dropdown-toggle" type="button" id="admin-actions"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Admin actions
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="admin-actions">
|
||||
<#if headerData.globalPerm(Permission.ModNotesAndFlags)>
|
||||
<a href="${Routes.PROJECTS_SHOW_FLAGS.getRouteUrl(p.project.ownerName, p.project.slug)}"
|
||||
class="dropdown-item">
|
||||
Flag history (${p.flagCount})
|
||||
</a>
|
||||
</#if>
|
||||
<#if headerData.globalPerm(Permission.ModNotesAndFlags)>
|
||||
<a href="${Routes.PROJECTS_SHOW_NOTES.getRouteUrl(p.project.ownerName, p.project.slug)}"
|
||||
class="dropdown-item">
|
||||
Staff notes (${p.noteCount})
|
||||
</a>
|
||||
</#if>
|
||||
<#if headerData.globalPerm(Permission.ViewLogs)>
|
||||
<a href="${Routes.SHOW_LOG.getRouteUrl("", "", p.project.slug, "", "", "", "")}"
|
||||
class="dropdown-item">
|
||||
User Action Logs
|
||||
</a>list-flags
|
||||
</#if>
|
||||
<a href="https://papermc.io/forums/${p.project.ownerName}" class="dropdown-item">
|
||||
Owner on forum <i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
</#if>
|
||||
</div>-->
|
||||
</#if>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user