Merge remote-tracking branch 'upstream/pull/1880'
This commit is contained in:
commit
0a3a4014d9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<p><%= t '.allow_to' %></p>
|
||||
<ul>
|
||||
<% @token.client_application.permissions.each do |perm| %>
|
||||
<li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t ".#{perm}" %></li>
|
||||
<li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= label_tag perm.to_s, t(".#{perm}") %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<p><%= submit_tag t(".grant_access") %></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue