Skip to content

Commit

Permalink
Update codelist_panel.html
Browse files Browse the repository at this point in the history
added opening small tag on line 6.
  • Loading branch information
OlushoreOdude authored Dec 30, 2023
1 parent d6824f8 commit d8cd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_iati/templates/cove_iati/codelist_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
{{ codelist_item.codelist_name }} has {{ codelist_item.invalid_list|length }} invalid value(s).</small> <small class="pull-right">{{ codelist_item.codelist_path }}</small>
<small> {{ codelist_item.codelist_name }} has {{ codelist_item.invalid_list|length }} invalid value(s).</small> <small class="pull-right">{{ codelist_item.codelist_path }}</small>
</h4>
</div>
<table class="table table-condensed">
Expand Down

1 comment on commit d8cd4cc

@OlushoreOdude
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit for issue OpenDataServices#1388

Please sign in to comment.