snaptable 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/snaptable/_buttons.html.erb +4 -4
- data/config/locales/en.yml +7 -1
- data/config/locales/fr.yml +7 -1
- data/lib/snaptable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 049fc1b3579cbc996fa74dcc6a63a3e54fa72f99
|
4
|
+
data.tar.gz: 9ed94b1927fcf00206d8dda1b0dc403457ccf4ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5a9c24924a754c94f30eb629598ffb152d6537d8b899fb2a6431deb475687a6b4f4a0323c87214c548fa7082fe0fc42c9283eb1f5f967065a35e45d29cf46bf
|
7
|
+
data.tar.gz: 595ceefccf1999e9a0c4375551f157e624d3294820ef733596a94ec97feaa953d552f307f71035d15422a0bcfd9cfbf12571920084f8f524de00f67c7f76ed84
|
@@ -2,18 +2,18 @@
|
|
2
2
|
<p>Actions</p>
|
3
3
|
<p>
|
4
4
|
<% if add_button? %>
|
5
|
-
<%= link_to "
|
5
|
+
<%= link_to t("table.buttons.add"), request.path + "/new", class: "add" %>
|
6
6
|
<% end %>
|
7
7
|
<% if edit_button? %>
|
8
|
-
<a class="edit" href="#"
|
8
|
+
<a class="edit" href="#"><%= t("table.buttons.edit") %></a>
|
9
9
|
<% end %>
|
10
10
|
<% if show_button? %>
|
11
|
-
<a class="show" href="#"
|
11
|
+
<a class="show" href="#"><%= t("table.buttons.show") %></a>
|
12
12
|
<% end %>
|
13
13
|
<% if delete_button? %>
|
14
14
|
<a class="delete" href="#" data-method="delete"
|
15
15
|
rel="nofollow" data-confirm="Etes-vous sûr de vouloir supprimer cette entrée ?">
|
16
|
-
|
16
|
+
<%= t("table.buttons.delete") %>
|
17
17
|
</a>
|
18
18
|
<% end %>
|
19
19
|
</p>
|
data/config/locales/en.yml
CHANGED
data/config/locales/fr.yml
CHANGED
data/lib/snaptable/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snaptable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- khcr
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|