[ARVADOS] updated: f93ebd504f60b3055c254e23ba987ed29e8987b2
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 24 17:02:03 EDT 2014
Summary of changes:
apps/workbench/app/views/users/activity.html.erb | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
via f93ebd504f60b3055c254e23ba987ed29e8987b2 (commit)
from 416374d4bbf381f5689fe2d1c72705d0796e8382 (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 f93ebd504f60b3055c254e23ba987ed29e8987b2
Author: Misha Zatsman <misha-arvados at zatsman.com>
Date: Thu Apr 24 21:01:30 2014 +0000
Fixing indentation. Closes #2688
diff --git a/apps/workbench/app/views/users/activity.html.erb b/apps/workbench/app/views/users/activity.html.erb
index eaf296a..9fd93ff 100644
--- a/apps/workbench/app/views/users/activity.html.erb
+++ b/apps/workbench/app/views/users/activity.html.erb
@@ -43,11 +43,11 @@ table#users-activity-table .cell-for-span-Last-month {
<tr>
<td>
<small>
- <% if user.uuid %>
- <%= link_to_if_arvados_object user, friendly_name: true %>
- <% else %>
- <b>Total</b>
- <% end %>
+ <% if user.uuid %>
+ <%= link_to_if_arvados_object user, friendly_name: true %>
+ <% else %>
+ <b>Total</b>
+ <% end %>
</small>
</td>
@@ -55,7 +55,7 @@ table#users-activity-table .cell-for-span-Last-month {
<% ['logins', 'jobs', 'pipeline_instances'].each do |type| %>
<td class="cell-for-span-<%= span.gsub ' ','-' %>">
<small>
- <%= @user_activity[user.uuid][span + " " + type].to_s %>
+ <%= @user_activity[user.uuid][span + " " + type].to_s %>
</small>
</td>
<% end %>
@@ -66,7 +66,7 @@ table#users-activity-table .cell-for-span-Last-month {
<% content_for :footer_js do %>
$('#users-activity-table td small').each(function(){
- if ($(this).html().trim() == '0')
- $(this).css('opacity', '0.3');
+ if ($(this).html().trim() == '0')
+ $(this).css('opacity', '0.3');
});
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list