From 2097f958870acd1221ad85904c8bd933e75ac683 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Thu, 1 Aug 2024 17:06:09 +0100 Subject: [PATCH] Corrections from Finn --- app/views/learning_path_topics/new.html.erb | 2 +- app/views/learning_paths/new.html.erb | 2 +- config/locales/en.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/learning_path_topics/new.html.erb b/app/views/learning_path_topics/new.html.erb index 0be523d2e..6ec42f824 100644 --- a/app/views/learning_path_topics/new.html.erb +++ b/app/views/learning_path_topics/new.html.erb @@ -3,7 +3,7 @@
- <% render :partial => "learning_path_topics/partials/general_learning_path_topic_info" %> + <%= render :partial => "learning_path_topics/partials/general_learning_path_topic_info" %>
<%= render partial: 'form' %> diff --git a/app/views/learning_paths/new.html.erb b/app/views/learning_paths/new.html.erb index ae3f806ac..9736a15db 100644 --- a/app/views/learning_paths/new.html.erb +++ b/app/views/learning_paths/new.html.erb @@ -3,7 +3,7 @@
- <% render :partial => "learning_paths/partials/general_learning_path_info" %> + <%= render :partial => "learning_paths/partials/general_learning_path_info" %>
<%= render :partial => 'form' %> diff --git a/config/locales/en.yml b/config/locales/en.yml index ebe406632..733ce43a7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -338,7 +338,7 @@ en: For example, learning paths from the ELIXIR community will follow the protocol created by the ELIXIR Training Platform/Learning Paths Focus Group.

Governance: Maintaining the learning path

-
  1. It is the responsibility of the learning path curator to maintain their community»s learning paths.
  2. +
    1. It is the responsibility of the learning path curator to maintain their community's learning paths.
    2. The curator can assign collaborators to work on each learning path, depending on the expertise required.
    overview: >

    To register a learning path you need to follow the three steps described below:

    @@ -351,7 +351,7 @@ en: tess-support@googlegroups.com to request permission.

    The three steps to register a learning path are described in full detail below.

    training_material: > -

    To register training materials follow the instructions here. +

    To <%== t('register training materials follow the instructions here', registering_resources_path: registering_resources_path) %>. If your training material is already registered, skip this step. Each material can be assigned a competency level (beginner, intermediate, advanced).

    creating_topics: > @@ -390,7 +390,7 @@ en:
  3. Repeat step 3 to add multiple topics.
  4. You can reorder the topics using the arrow icons.
  5. The learning path will be public by default. Untick the 'Public' box if you want to hide this learning path - from anyone who isn»t the creator or a collaborator.
  6. + from anyone who isn't the creator or a collaborator.
  7. When you have finished, click the 'Register learning path' button.
collaborators: >

Collaborators are TeSS users who can edit a learning path or topic after it has been created. @@ -420,7 +420,7 @@ en: learning path to add them to a list. You can view your starred resources later by clicking the user icon at the top-right of the screen then 'My stars'. To use the star feature you need to be a registered TeSS user. view_topics: > -

  1. On the 'Learning paths' tab, click the 'Topics' button at the top-right.
  2. +
    1. On the 'Learning paths' tab, click the 'Manage Topics' button at the top-right.
    2. You can browse the learning path topics, using the filters on the left to select keywords or date.
    3. Alternatively, click in the search box and type a query, then press Enter to view the results.
    4. Click the title of a topic to view it.