crowdAI/crowdai

View on GitHub
app/concepts/participant_clef_task/views/task_dataset_files.erb

Summary

Maintainability
Test Coverage
<div class="row" data-cell='ParticipantClefTask::Cell::ListDetail'>
  <ul class="list-datasets">
    <%= concept(TaskDataset::Cell::ListDetail,
                  collection: task_dataset_files,
                  current_participant: current_participant) %>
    <% if eua_required? %>
      <p>Your signed End User Agreement (EUA) has been approved. You are now permitted to access this challenge's dataset.</p>
    <% else %>
      <p>You have been registered for this task. You are now permitted to access the dataset.</p>
    <% end %>
</ul>
</div>