This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_cas/app/views/redmine_cas/_cas_login_link.html.erb

6 lines
192 B
Plaintext

<% if Setting.plugin_redmine_cas[:enabled] %>
<p style="text-align:center;">
<strong><%= link_to("Login with CAS", :controller => "account", :action => "cas") %></strong>
</p>
<% end %>