Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne committed Jul 14, 2016
1 parent 11a72e9 commit 3f4bb25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Easy.CMS.Web/Modules/Article/Views/Widget.ArticleList.cshtml
Expand Up @@ -21,11 +21,11 @@
</a>
</div>
<div class="media-body">
<h3 class="media-heading">
<h4 class="media-heading">
<a href="@(Model.Widget.DetailPageUrl + "?id=" + item.ID)">
@item.Title
</a>
</h3>
</h4>
@item.Summary
</div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions Easy.CMS.Web/Modules/Product/Views/Widget.ProductList.cshtml
Expand Up @@ -21,7 +21,7 @@
<img alt="@item.Title" title="@item.Title" src="@Url.Content(item.ImageThumbUrl)" />
}
<div class="caption">
<h3>
<h4>
@if (url.IsNotNullAndWhiteSpace())
{
<a href="@Url.Content(url)">
Expand All @@ -32,7 +32,7 @@
{
@item.Title
}
</h3>
</h4>
@if (item.Description.IsNotNullAndWhiteSpace())
{
<p>
Expand Down

0 comments on commit 3f4bb25

Please sign in to comment.