Skip to content

Commit

Permalink
Remeving the styling on the allergies widget of the CFPD - RA-285
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 3, 2014
1 parent 8f26e40 commit f3116d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/fragments/allergies.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<% } else { %>
<ul>
<% allergies.each { allergy -> %>
<li style="display: inline-block; font-size: 0.8em;">
<li>
${ allergy.allergen } =>
<% allergy.reactions.eachWithIndex { reaction, index -> %><% if (index > 0) { %>,<% } %> ${reaction}<% } %>
<% if (allergy.severity) { %> (${ allergy.severity.name }) <% } %>
Expand Down

0 comments on commit f3116d2

Please sign in to comment.