From: Misha Zatsman Date: Thu, 24 Apr 2014 21:01:30 +0000 (+0000) Subject: Fixing indentation. Closes #2688 X-Git-Tag: 1.1.0~2689 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f93ebd504f60b3055c254e23ba987ed29e8987b2?ds=sidebyside 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 eaf296af09..9fd93ff8e2 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 { - <% if user.uuid %> - <%= link_to_if_arvados_object user, friendly_name: true %> - <% else %> - Total - <% end %> + <% if user.uuid %> + <%= link_to_if_arvados_object user, friendly_name: true %> + <% else %> + Total + <% end %> @@ -55,7 +55,7 @@ table#users-activity-table .cell-for-span-Last-month { <% ['logins', 'jobs', 'pipeline_instances'].each do |type| %> - <%= @user_activity[user.uuid][span + " " + type].to_s %> + <%= @user_activity[user.uuid][span + " " + type].to_s %> <% 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 %>