Skip to content

Commit

Permalink
Use <h5> instead <h4> to reduce place taken by labels "podtemplate cl…
Browse files Browse the repository at this point in the history
…ass/object/error" in comparison with label of podtemplates container
  • Loading branch information
gbastien committed Mar 12, 2021
1 parent 07ce400 commit 59270c1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,13 +21,13 @@
repeat="path python: infos[1].keys()">
<h3 tal:content="python: path" />
<tal:loop3 repeat="elt python: infos[1][path]">
<h4 style="display: inline;"><span tal:content="python: elt[0].__class__.__name__">Pod Template</span> :</h4>
<h5 style="display: inline;"><span tal:content="python: elt[0].__class__.__name__">Pod Template</span> :</h5>
<a href="#"
tal:attributes="href python: elt[0].absolute_url()"
tal:content="python: elt[0].Title()">
Link to template
</a>
<h4 style="display: inline;"><span i18n:translate="">Used object</span> :</h4>
<h5 style="display: inline;"><span i18n:translate="">Used object</span> :</h5>
<a href="#"
tal:condition="python: elt[1]"
tal:attributes="href python: elt[1].absolute_url()"
Expand Down

0 comments on commit 59270c1

Please sign in to comment.