-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed 'Learn More' button and added a test (#1218)
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<h1 class="LO-h1">TigerData Web Portal</h1> | ||
<p class="LO-p">TigerData is a data management service for the Princeton research community that includes a suite of software tools and scalable, tiered storage to enable the organization, description, storage, sharing, and long-term sustainability of research and administrative data. </p> | ||
<p class="LO-p">It enables the things you want to do (with your data), and makes it easier to do the things you have to do.</p> | ||
<%= button_to "Learn More", user_cas_omniauth_authorize_path, class: "LO-b" %> | ||
<%= button_to "Learn More", "https://tigerdata.princeton.edu", class: "LO-b" %> | ||
<p class="LO-c">Log in is currently limited to early adopters. <%= link_to "Contact us", "mailto:[email protected]", class: "welcome-contact-us" %> for more information.</p> | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters