mumuki-laboratory 8.1.2 → 8.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/book/show.html.erb +1 -1
- data/app/views/layouts/application.html.erb +11 -11
- data/lib/mumuki/laboratory/locales/en.yml +0 -1
- data/lib/mumuki/laboratory/locales/es-CL.yml +0 -1
- data/lib/mumuki/laboratory/locales/es.yml +0 -1
- data/lib/mumuki/laboratory/locales/pt.yml +0 -1
- data/lib/mumuki/laboratory/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bcc70727fa140c5ad7c313f8b9e9a5e1f9a9e3b383b1add72556f64d4fed4e3
|
|
4
|
+
data.tar.gz: 874a6b5d2f8a64249560dfb11f9f743d6f11267e8c73602e0d53abacb8e9c651
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c9b7889090c806dd880c5cd9d2730117d2d4927ef18765582b0d79010463f4596bdcf8f65f297b95e0bcec238ec7e36311bffe889d29460191cd79e929afdfb
|
|
7
|
+
data.tar.gz: 2304d78fabb8a5268fb33f79737480d94550fdc22c9a94f9cd65f70ca02ed1e2dbb7d78089690503a85b99ec88dd845a70678970997a3bba4a3c644b2e90276e
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<h2><%= t(:exams) %></h2>
|
|
37
37
|
<% @exams.each_with_index do |it, index| %>
|
|
38
38
|
<div class="chapter">
|
|
39
|
-
<h3> <%=
|
|
39
|
+
<h3> <%= index + 1 %>. <%= link_to_path_element it, mode: :plain %></h3>
|
|
40
40
|
|
|
41
41
|
<div class="text-box">
|
|
42
42
|
<%= it.guide.description_teaser_html %>
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
<div class="mu-navbar-avatar">
|
|
21
21
|
<% if current_logged_user? %>
|
|
22
22
|
<% if in_gamified_context? %>
|
|
23
|
-
<
|
|
24
|
-
|
|
23
|
+
<div class="mu-navbar-element">
|
|
24
|
+
<i class="fa fa-star fa-fw fa-2x mu-navbar-icon mu-level-tooltip" data-toggle="tooltip" data-placement="bottom" level="<%= t(:level) %>"></i>
|
|
25
|
+
<span class="mu-level-number"></span>
|
|
26
|
+
</div>
|
|
25
27
|
<% end %>
|
|
26
|
-
<div class="dropdown">
|
|
27
|
-
<
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
</a>
|
|
32
|
-
</span>
|
|
28
|
+
<div class="dropdown mu-navbar-element notifications-box <%= 'notifications-box-empty' unless has_notifications? %>">
|
|
29
|
+
<a href=<%= "#{user_notifications_path}" %>>
|
|
30
|
+
<i class="fa fa-bell fa-fw fa-2x mu-navbar-icon"></i>
|
|
31
|
+
<span class="badge badge-notifications"><%= notifications_count %></span>
|
|
32
|
+
</a>
|
|
33
33
|
</div>
|
|
34
|
-
<div class="dropdown">
|
|
35
|
-
<div id="profileDropdown" class="profile-dropdown
|
|
34
|
+
<div class="dropdown mu-navbar-element">
|
|
35
|
+
<div id="profileDropdown" class="profile-dropdown" data-toggle="dropdown" aria-label="<%= t(:user) %>" role="menu" tabindex="0">
|
|
36
36
|
<%= profile_picture_for current_user %>
|
|
37
37
|
<span class="caret"></span>
|
|
38
38
|
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mumuki-laboratory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.1.
|
|
4
|
+
version: 8.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Franco Bulgarelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|