Project

General

Profile

« Previous | Next » 

Revision 8d7ea035

Added by Alon Goldboim almost 9 years ago

Fixes #11013 - Added common table css classes to the tables

View differences:

app/views/autosign/index.html.erb
<% title _("Autosign entries for %s") % @proxy %>
<% title_actions display_link_if_authorized(_("Certificates"), hash_for_smart_proxy_puppetca_index_path(:smart_proxy_id => @proxy).merge(:auth_object => @proxy, :permission => 'view_smart_proxies_puppetca')),
autosign_form %>
<table class="table table-bordered table-striped table-condensed">
<table class='<%= table_css_classes %>'>
<thead>
<tr>
<th><%= _("Name") %></th>

Also available in: Unified diff