Skip to content

Commit

Permalink
Fixes #36791 - Fix typo in variable name
Browse files Browse the repository at this point in the history
Introduced with 510d53c
  • Loading branch information
maximiliankolb authored and evgeni committed Sep 29, 2023
1 parent d430f3f commit 300efc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/taxonomies/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% if User.current.allowed_to?(:view_provisioning_templates) %>
<li><a href="#provisioning_templates" data-toggle="tab"><%= _("Provisioning Templates") %></a></li>
<% end %>
<% if User.current.allowed_to?(:view_ptales) %>
<% if User.current.allowed_to?(:view_ptables) %>
<li><a href="#ptables" data-toggle="tab"><%= _("Partition Tables") %></a></li>
<% end %>
<% if User.current.allowed_to?(:view_domains) %>
Expand Down

0 comments on commit 300efc3

Please sign in to comment.