Skip to content

Commit

Permalink
Fixes missing css class for messages
Browse files Browse the repository at this point in the history
As reported in #117 the analysis messages were missing
a class on the new model divs, which made the display unclear (it looked
like it was a duplicate message).
  • Loading branch information
Joshua B. Smith committed Nov 17, 2016
1 parent dde56d5 commit 2c48220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<div class="output--word-count-message output--word-count-message_STRONG_NEW_MODEL"><$= __("analysis-strong") $>
<div class="output--word-count-tooltip_STRONG tooltip"><$= __("analysis-strong-desc-new-model") $></div>
</div>
<div class="output--word-count-message output--word-count-message_DECENT"><$= __("analysis-decent") $>
<div class="output--word-count-message output--word-count-message_DECENT_NEW_MODEL"><$= __("analysis-decent") $>
<div class="output--word-count-tooltip_DECENT_NEW_MODEL tooltip"><$= __("analysis-decent-desc-new-model") $></div>
</div>
<div class="output--word-count-message output--word-count-message_WEAK_NEW_MODEL"><$= __("analysis-weak") $>
Expand Down

0 comments on commit 2c48220

Please sign in to comment.