+ <% @identifier_schemes.each do |scheme| %>
+ <%
+ if scheme.name != 'shibboleth' ||
+ (scheme.name == 'shibboleth' && Rails.application.config.shibboleth_enabled)
+ %>
+
<%= link_to( _('How to use the API'), controller: "token_permission_types", action: "index")%>
+
- <% end %>
-
-
-
-
-
-
-
-
- <%= raw _('
You are about to unlink %{application_name} of your institutional credentials, would you like to continue?
') % { :application_name => user_shibboleth_omniauth_authorize_path } %>
-
-
+
+
+
+ <%= _("Please note that your email address is used as your username.
+ If you change this, remember to use your new email address on sign in.") %>
+
+
+
diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index db16237..7bd4782 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb
@@ -17,12 +17,12 @@
-
<%= render partial: 'devise/registrations/personal_details', f: f %>
-
<%= render partial: 'devise/registrations/password_details', f: f %>
@@ -36,7 +36,7 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/app/views/users/_notification_preferences.html.erb b/app/views/users/_notification_preferences.html.erb
index 603b6df..7dae888 100644
--- a/app/views/users/_notification_preferences.html.erb
+++ b/app/views/users/_notification_preferences.html.erb
@@ -4,50 +4,34 @@
diff --git a/lib/assets/stylesheets/roadmap-tabs.scss b/lib/assets/stylesheets/roadmap-tabs.scss
index bd781df..a2e6842 100644
--- a/lib/assets/stylesheets/roadmap-tabs.scss
+++ b/lib/assets/stylesheets/roadmap-tabs.scss
@@ -2,7 +2,7 @@
/* Roadmap Tab Styling */
/* ------------------------------------------------ */
-.tabs #user_profile.tabs {
+.tabs {
list-style: none;
margin: 0;
@@ -29,7 +29,7 @@
background-color: $white;
}
}
-.tabs:after #user_profile.tabs:after {
+.tabs:after {
visibility: hidden;
display: block;
font-size: 0;
@@ -37,11 +37,11 @@
clear: both;
height: 0;
}
-.tab-panels #user_profile.tab-panels {
+.tab-panels {
position: relative;
- min-height: 400px;
+ min-height: 350px;
}
-.tabbed-area div.tab-panel #user_profile.tabbed-area #user-profile.tab-panel {
+.tabbed-area div.tab-panel {
padding: 10px 10px;
min-height: 300px;
position: absolute;
@@ -49,6 +49,6 @@
left: 0;
width: 100%;
}
-.tab-panel div.active #user_profile.tab-panel {
+.tab-panel div.active {
z-index: 1;
}
\ No newline at end of file
diff --git a/lib/assets/stylesheets/roadmap.scss b/lib/assets/stylesheets/roadmap.scss
index 55d8802..2a645da 100644
--- a/lib/assets/stylesheets/roadmap.scss
+++ b/lib/assets/stylesheets/roadmap.scss
@@ -97,4 +97,4 @@
height: 17px;
margin: 0 4px 0 0;
padding: 0;
-}
+}
\ No newline at end of file