mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-21 16:50:04 +01:00
Initial commit
This commit is contained in:
4
app/views/snoozeButton.scala.html
Normal file
4
app/views/snoozeButton.scala.html
Normal file
@@ -0,0 +1,4 @@
|
||||
@(id: String, si: SnoozeInfo, collapseByDefault: Boolean)
|
||||
<button style="float: right;" id="@id-snooze-button" type="button" class="btn btn-sm collapse @if(!si.shouldCollapse(collapseByDefault)){in}" data-toggle="collapse" data-target="#@id-snoozing" aria-label="Snooze">
|
||||
<span aria-hidden="true">😴</span>
|
||||
</button>
|
||||
Reference in New Issue
Block a user