diff --git a/app/views/api_keys/index.html.erb b/app/views/api_keys/index.html.erb index 23ac5c4..d006feb 100644 --- a/app/views/api_keys/index.html.erb +++ b/app/views/api_keys/index.html.erb @@ -1,35 +1,43 @@ -
<%= t(:api_key_key) %>: | -<%= read_key.api_key %> | -
<%= t(:note) %>: | -- <%= form_for read_key, :as => :api_key, :url => { :controller => 'api_keys', :action => 'update' }, :html => {:method => 'put'} do |f| %> - <%= f.text_area :note, :cols => 30, :rows => 4 %> - | -
<%= f.hidden_field :api_key, :value => read_key.api_key %> | -
- <%= f.submit t(:note_save) %>
- <% end %>
- <%= button_to t(:api_key_delete), :controller => 'api_keys', :action => 'destroy', :api_key => read_key.api_key %> |
-
<%= t(:api_key_key) %>: | +<%= read_key.api_key %> | +
<%= t(:note) %>: | ++ <%= form_for read_key, :as => :api_key, :url => { :controller => 'api_keys', :action => 'update' }, :html => {:method => 'put'} do |f| %> + <%= f.text_area :note, :cols => 30, :rows => 4 %> + | +
<%= f.hidden_field :api_key, :value => read_key.api_key %> | +
+ <%= f.submit t(:note_save) %>
+ <% end %>
+ <%= button_to t(:api_key_delete), { :controller => 'api_keys', :action => 'destroy', :api_key => read_key.api_key}, :confirm => t(:confirm_read_key_delete) %> |
+
<%= t(:channel_name) %> | +<%= t(:channel_name) %> | <%= d.text_field :name %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:channel_description) %> | +<%= t(:channel_description) %> | <%= d.text_field :description %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:api_key) %> | +<%= t(:api_key) %> | <%= @key %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:latitude) %> | +<%= t(:latitude) %> | <%= d.text_field :latitude %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:longitude) %> | +<%= t(:longitude) %> | <%= d.text_field :longitude %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:elevation) %> | +<%= t(:elevation) %> | <%= d.text_field :elevation %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:public) %> | +<%= t(:public) %> | <%= d.check_box :public_flag %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 1 | +<%= t(:field) %> 1 | <%= d.text_field :field1, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 2 | +<%= t(:field) %> 2 | <%= d.text_field :field2, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 3 | +<%= t(:field) %> 3 | <%= d.text_field :field3, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 4 | +<%= t(:field) %> 4 | <%= d.text_field :field4, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 5 | +<%= t(:field) %> 5 | <%= d.text_field :field5, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 6 | +<%= t(:field) %> 6 | <%= d.text_field :field6, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 7 | +<%= t(:field) %> 7 | <%= d.text_field :field7, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:field) %> 8 | +<%= t(:field) %> 8 | <%= d.text_field :field8, :class => 'field' %> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<%= t(:channel_id) %> | +<%= t(:channel_name) %> | +
<%= link_to d.id, channel_path(d.id) %> | +<%= link_to d.name, channel_path(d.id) %> | +
<%= t(:channel_name) %>: | -<%= @channel.name %> | -
<%= t(:api_key) %>: | -<%= @key %> | -
<%= t(:channel_description) %>: | -<%= @channel.description %> | -
<%= t(:created) %>: | -<%= l @channel.created_at, :format => :pretty %> | -
<%= t(:latitude) %>: | -<%= @channel.latitude %> | -
<%= t(:longitude) %>: | -<%= @channel.longitude %> | -
<%= t(:elevation) %>: | -<%= @channel.elevation %> | -
<%= t(:field) %> 1: | -<%= @channel.field1 %> | -
<%= t(:field) %> 2: | -<%= @channel.field2 %> | -
<%= t(:field) %> 3: | -<%= @channel.field3 %> | -
<%= t(:field) %> 4: | -<%= @channel.field4 %> | -
<%= t(:field) %> 5: | -<%= @channel.field5 %> | -
<%= t(:field) %> 6: | -<%= @channel.field6 %> | -
<%= t(:field) %> 7: | -<%= @channel.field7 %> | -
<%= t(:field) %> 8: | -<%= @channel.field8 %> | -
<%= t(:channel_id) %>: | +<%= @channel.id %> | +
<%= t(:channel_name) %>: | +<%= @channel.name %> | +
<%= t(:api_key_write) %>: | +<%= @key %> | +
<%= t(:channel_description) %>: | +<%= @channel.description %> | +
<%= t(:created) %>: | +<%= l @channel.created_at, :format => :pretty %> | +
<%= t(:latitude) %>: | +<%= @channel.latitude %> | +
<%= t(:longitude) %>: | +<%= @channel.longitude %> | +
<%= t(:elevation) %>: | +<%= @channel.elevation %> | +
<%= t(:field) %> <%= attr[-1] %>: | +<%= @channel[attr] %> | +
<%= t(:channel_name) %>: | +<%= @channel.name %> | +
<%= t(:channel_description) %>: | +<%= @channel.description %> | +
<%= t(:field) %> <%= attr[-1] %>: | +<%= @channel[attr] %> | +
- <%= f.label :login, t(:userid) %>
- |
- - <%= f.text_field :login %> - | -
- <%= f.label t(:email) %>
- |
- - <%= f.text_field :email %> - | -
<%= t(:time_zone) %> | -<%= time_zone_select 'user', 'time_zone', nil, :default => 'Eastern Time (US & Canada)' %> | -
- <%= f.label :password, raw(t(:password_change_raw)) %>
- |
- - <%= f.password_field :password %> - | -
- <%= f.label :password_confirmation, raw(t(:password_confirmation_raw)) %> - | -- <%= f.password_field :password_confirmation %> - | -
- <%= raw(t(:password_current_raw)) %> - | -
-
- - <%= t(:account_security) %> - |
-
- | <%= f.submit t(:account_edit_submit) %> | -
+ <%= f.label :login, t(:userid) %>
+ |
+ + <%= f.text_field :login %> + + | +
+ <%= f.label t(:email) %>
+ |
+ + <%= f.text_field :email %> + | +
<%= t(:time_zone) %> | +<%= time_zone_select 'user', 'time_zone', nil, :default => 'Eastern Time (US & Canada)' %> | + +
+ <%= f.label :password, raw(t(:password_change_raw)) %>
+ |
+ + <%= f.password_field :password %> + | +
+ <%= f.label :password_confirmation, raw(t(:password_confirmation_raw)) %> + | ++ <%= f.password_field :password_confirmation %> + + | +
+ <%= raw(t(:password_current_raw)) %> + | ++ + | +
+ | <%= f.submit t(:account_edit_submit) %> | +
<%= t(:userid) %> | <%= @user.login %> | @@ -13,7 +18,3 @@<%= @user.time_zone %> |