Merge branch '8016-crunchrun-crunchstat'
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index 14b1c34d11e0d45821a1929c00254038c36ba50f..a37ecda7041c99ff820b59bd7874d5e8f5b7e9e4 100644 (file)
@@ -498,6 +498,10 @@ module ApplicationHelper
     raw("<span class='utc-date' data-utc-date='#{date}' data-utc-date-opts='noseconds'>#{date}</span>")
   end
 
+  def render_time duration, use_words, round_to_min=true
+    render_runtime duration, use_words, round_to_min
+  end
+
 private
   def is_textile?( object, attr )
     is_textile = object.textile_attributes.andand.include?(attr)