started client side testing using selenium and other related and unrelated fixes

This commit is contained in:
Rushabh Mehta
2014-04-30 19:38:28 +05:30
parent b85a9108eb
commit a15164750d
18 changed files with 176 additions and 180 deletions

View File

@@ -1,6 +1,6 @@
<div class="col-sm-3">
<div style="height: 120px; overflow: hidden;">
<a href="{{ page_name }}">
<a href="{{ route or page_name }}">
{%- if website_image -%}
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
{%- else -%}

View File

@@ -1,7 +1,7 @@
<!-- TODO product listing -->
<div class="container content">
<div style="height: 120px; overflow: hidden;">
<a href="{{ page_name }}">
<a href="{{ route or page_name }}">
{%- if website_image -%}
<img class="product-image" style="width: 80%; margin: auto;" src="{{ website_image }}">
{%- else -%}
@@ -10,6 +10,6 @@
</a>
</div>
<div style="height: 100px; overflow: hidden; font-size: 80%;">
<div><a href="{{ page_name }}">{{ item_name }}</a></div>
<div><a href="{{ route or page_name }}">{{ item_name }}</a></div>
</div>
</div>