foreman_users 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@
31
31
  <td class="hidden-tablet hidden-xs"><%= syuser.uid %></td>
32
32
  <td>
33
33
  <%= link_to '查看', syuser %>
34
- <%= link_to '编辑', edit_syuser_path(syuser) %>
34
+ <%= link_to '编辑', edit_foreman_users_syuser_path(syuser) %>
35
35
  <%= link_to '删除', syuser, method: :delete, data: { confirm: 'Are you sure?' } %>
36
36
  </td>
37
37
  </tr>
@@ -1,5 +1,5 @@
1
1
  <% if authorized? %>
2
- <% title_actions button_group(link_to "新增", new_syuser_path) %>
2
+ <% title_actions button_group(link_to "新增", new_foreman_users_syuser_path) %>
3
3
  <% end %>
4
4
 
5
5
  <%= render 'list', :syusers => @syusers, :header => @title || _("Syusers") %>
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.23'
2
+ VERSION = '0.0.24'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: