diff options
author | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 20:03:02 +0100 |
commit | c00cb6ae05f548f7ae270a93ad44f57207380406 (patch) | |
tree | d4fff3d2ec28fcfb5be4e0eed2621f8ac1462b74 /app/views/fragments/ebeMainActions.scala.html | |
parent | 00443f9d168dc4fc272dee84c9ab8641062bf259 (diff) | |
download | minibay-c00cb6ae05f548f7ae270a93ad44f57207380406.tar.gz |
Put views in packages
Diffstat (limited to 'app/views/fragments/ebeMainActions.scala.html')
-rw-r--r-- | app/views/fragments/ebeMainActions.scala.html | 2 |
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> |