Skip to content

Commit

Permalink
Update post detail value headings to h4
Browse files Browse the repository at this point in the history
Match changes in the pattern library.
Fixes ushahidi/platform#782
  • Loading branch information
rjmackay committed Dec 14, 2015
1 parent 24110e8 commit 27264fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/www/templates/posts/post-detail-value.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="post-values-list__item">
<h3 class="value-label">
<h4 class="value-label">
{{attribute.label}}
</h3>
</h4>

<ul class="list-unstyled">
<li ng-repeat="entry in value" ng-if="attribute.type === 'relation'">
Expand Down

0 comments on commit 27264fb

Please sign in to comment.