i18n_gui 0.0.4 → 0.0.5

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.
@@ -7,4 +7,4 @@ class TranslationsController < ApplicationController
7
7
  I18n.backend.store_translations(params[:locale], {params[:key] => params[:value]}, :escape => false)
8
8
  redirect_to translations_url, :notice => "Added translation"
9
9
  end
10
- end
10
+ end
@@ -10,16 +10,17 @@
10
10
 
11
11
  <%= form_tag translations_path do %>
12
12
  <p>
13
- <%= label_tag :locale %><br/>
14
- <%= text_field_tag :key %>
13
+ <%= label_tag :locale %><br />
14
+ <%= text_field_tag :locale %>
15
15
  </p>
16
16
  <p>
17
17
  <%= label_tag :key %><br />
18
18
  <%= text_field_tag :key %>
19
19
  </p>
20
20
  <p>
21
- <%= label_tag :value %> <br/>
21
+ <%= label_tag :value %><br />
22
22
  <%= text_field_tag :value %>
23
23
  </p>
24
24
  <p><%= submit_tag "Submit" %></p>
25
- <% end %>
25
+ <% end %>
26
+
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: i18n_gui
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Louis Wrobel