aboutsummaryrefslogtreecommitdiff
path: root/app/views/fragments
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 20:03:02 +0100
committerPacien TRAN-GIRARD2015-02-08 20:03:02 +0100
commitc00cb6ae05f548f7ae270a93ad44f57207380406 (patch)
treed4fff3d2ec28fcfb5be4e0eed2621f8ac1462b74 /app/views/fragments
parent00443f9d168dc4fc272dee84c9ab8641062bf259 (diff)
downloadminibay-c00cb6ae05f548f7ae270a93ad44f57207380406.tar.gz
Put views in packages
Diffstat (limited to 'app/views/fragments')
-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 46faeb6..0043321 100644
--- a/app/views/fragments/ebeMainActions.scala.html
+++ b/app/views/fragments/ebeMainActions.scala.html
@@ -6,7 +6,7 @@
6</div> 6</div>
7 7
8<div class="pure-u-1 pure-u-lg-1-2"> 8<div class="pure-u-1 pure-u-lg-1-2">
9 <a class="pure-button green-bg" href="#"> 9 <a class="pure-button green-bg" href="@routes.Sale.sales()">
10 <i class="fa fa-dropbox fa-5x"></i> 10 <i class="fa fa-dropbox fa-5x"></i>
11 <span>Buy</span> 11 <span>Buy</span>
12 </a> 12 </a>