Commit 41665c0ba3df73dd9b4c42646a9152fb51a421b0

Authored by Pedro de Lyra Pereira
1 parent b8db4795

Assigning class to html element to add slide down animation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/comments_extra_field.html.erb
1   -<div id="input_institution_comments">
  1 +<div id="input_institution_comments" class="animated slideInDown">
2 2 <%= label_tag "input_institution", _("Organization name or Enterprise name")%>
3 3 <span class="star-tooltip" title="Órgão ou Empresa que você representa e utiliza o software"></span>
4 4 <input type="text" id="input_institution">
... ...