use real instead of test data size
authorTom Clegg <tom@clinicalfuture.com>
Tue, 5 Feb 2013 16:57:45 +0000 (11:57 -0500)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 5 Feb 2013 16:57:45 +0000 (11:57 -0500)
app/views/collections/show.html.erb

index 60443775e322d87479d3d86814e71836f4419339..c649a0983197eeb9d555aeeda417e7ed6f67150c 100644 (file)
@@ -93,7 +93,7 @@
          <td>
            <span class="btn"><tt class="deemphasize"><%= sourcedata[:uuid] %></tt></span>
          </td><td class="data-size">
-           <%= raw(human_readable_bytes_html(18972784837 || sourcedata[:collection].data_size)) if sourcedata[:collection] and sourcedata[:collection].data_size %>
+           <%= raw(human_readable_bytes_html(sourcedata[:collection].data_size)) if sourcedata[:collection] and sourcedata[:collection].data_size %>
          </td><td>
            <% if sourcedata[:protected] %>
            <span class="btn btn-success">yes</span>