Sha256: bb5a7c88a880738c3636295b57f80bafa9fddd58baff203e3d6f8fec45852a06
Contents?: true
Size: 712 Bytes
Versions: 9
Compression:
Stored size: 712 Bytes
Contents
<% title _('Remote Execution Features') %> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th><%= sort :label, :as => _('Label') %></th> <th><%= sort :name, :as => _('Name') %></th> <th><%= sort :description, :as => _('Description') %></th> </tr> </thead> <tbody> <% @remote_execution_features.each do |feature| %> <tr> <td><%= link_to_if_authorized feature.label, hash_for_remote_execution_feature_path(feature).merge(:auth_object => feature, :permission => :edit_remote_execution_features) %></td> <td><%= feature.name %></td> <td><%= feature.description %></td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 1 rubygems