Skip to content

Commit

Permalink
Blog and News - comment minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielŻuławski committed Sep 28, 2021
1 parent 2896d0d commit 889dfea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions src/Web/Grand.Web/Views/Blog/BlogPost.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,8 @@
</small>
</div>
</div>
<div class="col-12 px-0">
<div class="row">
<div class="col">
@comment.CommentText
</div>
</div>
<div class="card-body">
@comment.CommentText
</div>
</div>
}
Expand Down
10 changes: 3 additions & 7 deletions src/Web/Grand.Web/Views/News/NewsItem.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,9 @@
</small>
</div>
</div>
<div class="col-12 px-0">
<div class="row">
<div class="col">
<h5>@comment.CommentTitle</h5>
@comment.CommentText
</div>
</div>
<div class="card-body">
<h5>@comment.CommentTitle</h5>
@comment.CommentText
</div>
</div>
}
Expand Down

0 comments on commit 889dfea

Please sign in to comment.