Skip to content

Commit

Permalink
Merge pull request #1351 from concord-consortium/187946772-hide-rubri…
Browse files Browse the repository at this point in the history
…c-json-url

fix: Remove editable rubric JSON url [PT-187946772]
  • Loading branch information
dougmartin committed Aug 19, 2024
2 parents d0ccee8 + 8f55ae5 commit a0d38c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rails/app/views/external_activities/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,9 @@
= f.check_box :has_teacher_edition, :disabled => true
This activity has a teacher edition.
= field_set_tag t('authoring.rubric_doc_url_label') do
= f.text_field :rubric_doc_url, :size => 60
= f.text_field :rubric_doc_url, :size => 60, :title => "Rubric JSON url (for debugging): #{@external_activity.rubric_url}"
%br
This is the URL to the human-readable rubric document.
= field_set_tag t('authoring.rubric_url_label') do
= f.text_field :rubric_url, :size => 60
%br
This is the URL to the machine-readable rubric data.
= field_set_tag 'Thumbnail image URL (300 x 250 px)' do
= f.text_field :thumbnail_url, :size => 60
= field_set_tag 'Feature On Landing Page' do
Expand Down

0 comments on commit a0d38c3

Please sign in to comment.