update pair request alert when button is pressed
This commit is contained in:
parent
f62cc48482
commit
1e41c0d85e
7 changed files with 54 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid} :closable:onclick="(function( $ ) { $.get('@{CloseAlert aid}') })( jQuery );">
|
||||
<div .alert .fade .in .#{divclass} :block:.alert-block ##{alertid}>
|
||||
$if closable
|
||||
<a .close>×</a>
|
||||
<a .close onclick="(function( $ ) { $.get('@{CloseAlert aid}') })( jQuery );">×</a>
|
||||
$maybe h <- renderAlertHeader alert
|
||||
$if block
|
||||
<h4 .alert-heading>
|
||||
|
@ -20,5 +20,5 @@
|
|||
$of Nothing
|
||||
$of Just button
|
||||
<br>
|
||||
<a .btn .btn-primary href="#{buttonUrl button}">
|
||||
<a .btn .btn-primary href="@{ClickAlert aid}">
|
||||
#{buttonLabel button}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue