<% if experiment.archived_branch? %> <%= link_to experiment.name, module_archive_experiment_path(experiment), title: experiment.name %> <% else %> <%= link_to experiment.name, canvas_experiment_path(experiment), title: experiment.name %> <% end %>
<%= t('experiments.card.start_date') %> <%= l(experiment.created_at, format: :full_date) %>
<%= t('experiments.card.modified_date') %> <%= l(experiment.updated_at, format: :full_date) %>
<%= t('experiments.card.completed_task') %> <%= t('experiments.card.completed_value', completed: 12, all: 16) %>
<% percentage = 40 %>
<%= custom_auto_link(experiment.description, team: current_team) %>
<%= link_to t('experiments.card.more'), experiment_path(experiment), class: 'more-button', remote: true %>