padma-assets 0.3.37 → 0.3.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/_lists_list.html.erb +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a871b7a9bca05513e99bd18dff44aea2b8881063ffec423339ba0e433942ace3
|
4
|
+
data.tar.gz: 62a8af594415920f918ebd1066d0c0fbb4c5b6e75eeb4dd8dcf9406b32ac01cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a36546c8b449e7e6a351d0b794769dcca1e7acba168f044fffc0bc7053e1a6061a11d73475f4e0999fa585e1b1a381ad81e6bf7dd7eec57038e3f0084f322e54
|
7
|
+
data.tar.gz: c9541325a9e8f13edc52c85e89065e3bc34f0e25427727bbe393f9a8fbad15f0bc1c0e64fca5b8bc110345fc4ee2e03893db82f77721f05397c33f9013fcd159
|
@@ -4,10 +4,6 @@
|
|
4
4
|
<li class='dropdown-form'>
|
5
5
|
<input id="menu-lists-filter" class='form-control' type='text' placeholder='<%= t('header-menu.lists.lists.find_list') %>' />
|
6
6
|
</li>
|
7
|
-
<li class="dropdown-header">
|
8
|
-
<a id="refresh-lists-list-menu" class='pull-right tipsyS' original-title="<%= t('header-menu.lists.refresh_tipsy') %>"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span></a>
|
9
|
-
<%= t('header-menu.lists.lists.saved_lists') %>
|
10
|
-
</li>
|
11
7
|
<div id="all-available-lists-menu">
|
12
8
|
<li class="dropdown-header"><%= t('header-menu.lists.lists.system_lists') %></li>
|
13
9
|
<%- %W(students former_students prospects).each do |st| -%>
|