Sha256: bb7961507fff4e40e283ce8abb8ced0b1e5a7ee731b6677b7c37a0993901b125

Contents?: true

Size: 980 Bytes

Versions: 4

Compression:

Stored size: 980 Bytes

Contents

<img src="/anim_amarillo.svg" alt="">
<div class="mu-kids-character-speech-bubble <%= 'no-tabs' unless exercise.hint? %>">
  <% if exercise.hint? %>
      <ul class="mu-kids-character-speech-bubble-tabs">
        <li class="active" data-target="description" title="<%= t :task %>">
          <i class="fa fa-fw fa-file-text-o"></i>
        </li>
        <li class="separator"></li>
        <li data-target="hint" title="<%= t :need_a_hint %>">
          <i class="fa fa-fw fa-lightbulb-o"></i>
        </li>
      </ul>
  <% end %>
  <div class="mu-kids-character-speech-bubble-normal">
    <i class="mu-kids-prev-speech fa fa-fw fa-caret-up"></i>
    <i class="mu-kids-next-speech fa fa-fw fa-caret-down"></i>
    <div class="description"><%= exercise.description_task %></div>
    <div class="hint" style="display: none"><%= exercise.hint_html %></div>
  </div>
  <div class="mu-kids-character-speech-bubble-failed <%= @assignment.status %>" style="display: none"></div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mumuki-laboratory-5.10.1 app/views/layouts/_kids.html.erb
mumuki-laboratory-5.10.0 app/views/layouts/_kids.html.erb
mumuki-laboratory-5.9.1 app/views/layouts/_kids.html.erb
mumuki-laboratory-5.9.0 app/views/layouts/_kids.html.erb