We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d99ed9 + 1728b51 commit ba90c26Copy full SHA for ba90c26
changes/146.changes
@@ -0,0 +1 @@
1
+Use the <code> tags on the Reference tab only for recombinant tables.
ckanext/recombinant/templates/recombinant/snippets/data_dictionary.html
@@ -106,7 +106,11 @@ <h3>{{ _("Data Dictionary") }}</h3>
106
h.recombinant_language_text(field.label)
107
or field.datastore_id
108
}}</div>
109
- <div class="col-md-4"><code>{{ field_type }}</code></div>
+ <div class="col-md-4">
110
+ {% if has_extra %}{{ field_type }}
111
+ {% else %}<code>{{ field_type }}</code>
112
+ {% endif %}
113
+ </div>
114
<div class="col-md-1">{% if has_extra %}»{% endif %}</div>
115
</div>
116
0 commit comments