3193: minor text updates in the UI panels.
authorradhika <radhika@curoverse.com>
Tue, 29 Jul 2014 18:09:58 +0000 (14:09 -0400)
committerradhika <radhika@curoverse.com>
Tue, 29 Jul 2014 18:09:58 +0000 (14:09 -0400)
apps/workbench/app/views/users/_manage_current_token.html.erb
apps/workbench/app/views/users/_manage_repositories.html.erb
apps/workbench/app/views/users/_manage_ssh_keys.html.erb

index b87d80acd76a5d278c03e0654e0fec67a39bc3b0..33633edc61464839e59fa1ca9e6798a83b88c0cd 100644 (file)
@@ -1,8 +1,6 @@
 ### Pasting the following lines at a shell prompt will allow Arvados SDKs</br>
-### to authenticate to your account, <%= current_user.email %></br></br>
-read ARVADOS_API_TOKEN &lt;&lt;EOF</br>
-<%= Thread.current[:arvados_api_token] %></br>
-EOF</br>
+### to authenticate to your account, <%= current_user.email %></br>
+export ARVADOS_API_TOKEN=<%= Thread.current[:arvados_api_token] %></br>
 export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %></br>
 <% if Rails.configuration.arvados_insecure_https %>
 export ARVADOS_API_HOST_INSECURE=true</br>
index 994fb259b7fb4588467875172f3507117ce75006..7ff11bd2161c044fceedad4bc52daf7872a89f58 100644 (file)
@@ -1,7 +1,7 @@
 <div>
   <p>
-    For more information see <%= link_to raw('Setting up SSH access'),
-    "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html", target: "_blank"%>
+    For more information see <%= link_to raw('Writing a pipeline'),
+    "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-firstscript.html", target: "_blank"%>
   </p>
 
   <table class="table repositories-table">
index 8c436d65c3f7e6f5e1d5d9a2ef8c288e9c2388df..44dc6605242aa35301e9df519c337ec9fc250b87 100644 (file)
@@ -33,7 +33,7 @@
               <%= key[:public_key] %>
             </td>
             <td>
-              <%= link_to(authorized_key_path(id: key[:uuid]), method: 'delete', class: 'btn btn-sm', data: {confirm: "Really delete key"}) do %>
+              <%= link_to(authorized_key_path(id: key[:uuid]), method: 'delete', class: 'btn btn-sm', data: {confirm: "Really delete key?"}) do %>
                   <i class="fa fa-fw fa-trash-o"></i>
               <% end %>
             </td>