diff options
Diffstat (limited to 'app/views/fragments/ebeMainActions.scala.html')
-rw-r--r-- | app/views/fragments/ebeMainActions.scala.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/fragments/ebeMainActions.scala.html b/app/views/fragments/ebeMainActions.scala.html new file mode 100644 index 0000000..46faeb6 --- /dev/null +++ b/app/views/fragments/ebeMainActions.scala.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
2 | <a class="pure-button blue-bg" href="#"> | ||
3 | <i class="fa fa-gavel fa-5x"></i> | ||
4 | <span>Sell</span> | ||
5 | </a> | ||
6 | </div> | ||
7 | |||
8 | <div class="pure-u-1 pure-u-lg-1-2"> | ||
9 | <a class="pure-button green-bg" href="#"> | ||
10 | <i class="fa fa-dropbox fa-5x"></i> | ||
11 | <span>Buy</span> | ||
12 | </a> | ||
13 | </div> | ||