|
43 | 43 | </div>
|
44 | 44 | <% form_tag(api_v1_account_update_discovery_url_path(@account), :method => :put, :id => 'discovery_url_form', :class => "form-horizontal bootstrap-form discovery_url_form well", :style => hidden) do %>
|
45 | 45 | <input type="text" name="discovery_url" id="discovery_url_input" class="input-xlarge" value="<%= @account.auth_discovery_url %>">
|
46 |
| - <button type="submit" class="button btn-primary">Submit</button> |
47 |
| - <button class="element_toggler button" aria-controls="discovery_url_form">Cancel</button> |
| 46 | + <button type="submit" class="btn btn-primary">Submit</button> |
| 47 | + <button class="element_toggler btn" aria-controls="discovery_url_form">Cancel</button> |
48 | 48 | <% end %>
|
49 | 49 | </div>
|
50 | 50 | <% end %>
|
|
214 | 214 | <div class="form-actions">
|
215 | 215 | <span class="auth_form">
|
216 | 216 | <% unless config.new_record? %>
|
217 |
| - <button type="button" class="button cancel_button element_toggler" aria-controls="<%= form_id %>"><%= t("#buttons.cancel", "Cancel") %></button> |
| 217 | + <button type="button" class="btn cancel_button element_toggler" aria-controls="<%= form_id %>"><%= t("#buttons.cancel", "Cancel") %></button> |
218 | 218 | <% end %>
|
219 |
| - <button type="submit" class="button btn-primary"><%= t(:save_button, "Save Authentication Settings") %></button> |
| 219 | + <button type="submit" class="btn btn-primary"><%= t(:save_button, "Save Authentication Settings") %></button> |
220 | 220 | </span>
|
221 | 221 | </div>
|
222 | 222 | <% end %>
|
|
226 | 226 | <% end %>
|
227 | 227 |
|
228 | 228 |
|
229 |
| - <button class="element_toggler button" |
| 229 | + <button class="element_toggler btn" |
230 | 230 | aria-controls="saml_config__form"
|
231 | 231 | data-hide-while-target-shown=true>Add New SAML Config</button>
|
232 | 232 |
|
|
244 | 244 | %>
|
245 | 245 | </p>
|
246 | 246 | <p>
|
247 |
| - <a href="<%= account_saml_testing_url(@account) %>" id="start_saml_debugging" class="button" style="<%= hidden(!debugging) %>"><%= t('start_debugging', 'Start Debugging') %></a> |
248 |
| - <a href="<%= account_saml_testing_url(@account) %>" id="refresh_saml_debugging" class="button" style="<%= hidden(debugging) %>"><%= t('refresh_debugging', 'Refresh') %></a> |
249 |
| - <a href="<%= account_saml_testing_stop_url(@account) %>" id="stop_saml_debugging" class="button" style="<%= hidden(debugging) %>"><%= t('stop_debugging', 'Stop Debugging') %></a> |
| 247 | + <a href="<%= account_saml_testing_url(@account) %>" id="start_saml_debugging" class="btn" style="<%= hidden(!debugging) %>"><%= t('start_debugging', 'Start Debugging') %></a> |
| 248 | + <a href="<%= account_saml_testing_url(@account) %>" id="refresh_saml_debugging" class="btn" style="<%= hidden(debugging) %>"><%= t('refresh_debugging', 'Refresh') %></a> |
| 249 | + <a href="<%= account_saml_testing_stop_url(@account) %>" id="stop_saml_debugging" class="btn" style="<%= hidden(debugging) %>"><%= t('stop_debugging', 'Stop Debugging') %></a> |
250 | 250 | </p>
|
251 | 251 |
|
252 | 252 | <div id="saml_debug_info" style="<%= hidden(debugging) %>">
|
|
0 commit comments