aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments/ebeMainActions.scala.html
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 22:31:17 +0100
committerPacien TRAN-GIRARD2015-02-08 22:31:17 +0100
commit330d7a719800cded4385c633370f782571891f49 (patch)
treec231da0bec9cf7c70adf6ccd1e9dc6b58d1b0e2d /app/views/fragments/ebeMainActions.scala.html
parent1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91 (diff)
downloadminibay-330d7a719800cded4385c633370f782571891f49.tar.gz
Implement sell action
Diffstat (limited to 'app/views/fragments/ebeMainActions.scala.html')
-rw-r--r--app/views/fragments/ebeMainActions.scala.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/fragments/ebeMainActions.scala.html b/app/views/fragments/ebeMainActions.scala.html
index 9976d17..36c3192 100644
--- a/app/views/fragments/ebeMainActions.scala.html
+++ b/app/views/fragments/ebeMainActions.scala.html
@@ -1,5 +1,5 @@
1<div class="pure-u-1 pure-u-lg-1-2"> 1<div class="pure-u-1 pure-u-lg-1-2">
2 <a class="pure-button blue-bg" href="@routes.Sale.sell(null)"> 2 <a class="pure-button blue-bg" href="@routes.Sale.sell()">
3 <i class="fa fa-gavel fa-5x"></i> 3 <i class="fa fa-gavel fa-5x"></i>
4 <span>Sell</span> 4 <span>Sell</span>
5 </a> 5 </a>