Skip to content

Commit

Permalink
[CHORE] [MER-4125] remove failing SnapshotsView reference from manage…
Browse files Browse the repository at this point in the history
… section view (#5313)

* Use attempt user's id when fetching saved state files to allow
instructor review

* remove bad SnapshotsView reference from manage section page

* remove inadvertently included file

---------

Co-authored-by: Anders Weinstein <[email protected]>
  • Loading branch information
andersweinstein and Anders Weinstein authored Dec 23, 2024
1 parent e726c97 commit aa5dcc1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/oli_web/live/sections/overview_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -363,19 +363,6 @@ defmodule OliWeb.Sections.OverviewView do
</a>
</li>
<%= if @is_admin do %>
<li>
<a
href={
Routes.live_path(OliWeb.Endpoint, OliWeb.Snapshots.SnapshotsView, @section.slug)
}
class="text-[#006CD9] hover:text-[#1B67B2] dark:text-[#4CA6FF] dark:hover:text-[#99CCFF] hover:underline"
>
Manage Snapshot Records
</a>
</li>
<% end %>
<%= if [email protected]_and_free do %>
<li>
<a
Expand Down

0 comments on commit aa5dcc1

Please sign in to comment.