[ARVADOS] updated: 6ab23e5a3bb46f4155073dc870e232a5dc04d73b
git at public.curoverse.com
git at public.curoverse.com
Fri Dec 27 13:13:21 EST 2013
Summary of changes:
apps/workbench/app/views/users/home.html.erb | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
via 6ab23e5a3bb46f4155073dc870e232a5dc04d73b (commit)
from 4ec2f44338e79033045f798f585e083777d7f9ee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6ab23e5a3bb46f4155073dc870e232a5dc04d73b
Author: Peter Amstutz <peter.amstutz at clinicalfuture.com>
Date: Fri Dec 27 13:12:39 2013 -0500
Bolded the links so they are more obvious.
diff --git a/apps/workbench/app/views/users/home.html.erb b/apps/workbench/app/views/users/home.html.erb
index c0b72ec..4753346 100644
--- a/apps/workbench/app/views/users/home.html.erb
+++ b/apps/workbench/app/views/users/home.html.erb
@@ -33,7 +33,7 @@
<%= image_tag "dax.png", style: "max-width: 10%; margin-right: 1em; float: left" %>
Hi, I noticed that you have not yet set up an SSH public key for use with Arvados.
<%= link_to "Click here to learn how to create a SSH key pair.",
- "http://doc.arvados.org/user/getting_started/ssh-access.html", class: "alert-link" %>
+ "http://doc.arvados.org/user/getting_started/ssh-access.html", style: "font-weight: bold" %>
After you have created an SSH key, you can paste your SSH public key
in the text box.
</div>
@@ -50,7 +50,7 @@
<button type="button" class="close" data-dismiss="alert">×</button>
<p><%= image_tag "dax.png", style: "max-width: 5%; margin-right: 1em" %>
Hi, I noticed you haven't uploaded a new collection yet.
- <%= link_to "Click here to learn how to upload data to Arvados Keep.", "http://doc.arvados.org/user/tutorials/tutorial-keep.html", class: "alert-link" %>
+ <%= link_to "Click here to learn how to upload data to Arvados Keep.", "http://doc.arvados.org/user/tutorials/tutorial-keep.html", style: "font-weight: bold" %>
</p>
</div>
@@ -61,7 +61,7 @@
<button type="button" class="close" data-dismiss="alert">×</button>
<p><%= image_tag "dax.png", style: "max-width: 5%; margin-right: 1em" %>
Hi, I noticed you haven't run a job yet.
- <%= link_to "Click here to learn how to run an Arvados Crunch job.", "http://doc.arvados.org/user/tutorials/tutorial-job1.html", class: "alert-link" %>
+ <%= link_to "Click here to learn how to run an Arvados Crunch job.", "http://doc.arvados.org/user/tutorials/tutorial-job1.html", style: "font-weight: bold" %>
</p>
</div>
<% end %>
@@ -71,7 +71,7 @@
<button type="button" class="close" data-dismiss="alert">×</button>
<p><%= image_tag "dax.png", style: "max-width: 5%; margin-right: 1em" %>
Hi, I noticed you haven't run a pipeline yet.
- <%= link_to "Click here to learn how to run an Arvados Crunch pipeline.", "http://doc.arvados.org/user/tutorials/tutorial-new-pipeline.html", class: "alert-link" %>
+ <%= link_to "Click here to learn how to run an Arvados Crunch pipeline.", "http://doc.arvados.org/user/tutorials/tutorial-new-pipeline.html", style: "font-weight: bold" %>
</p>
</div>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list