Skip to content

Commit

Permalink
Merge pull request #2414 from cloudnativedaysjp/fix/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jacopen authored Oct 8, 2024
2 parents 2661a60 + e908dc9 commit 6f43e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/speaker_announcements/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= render 'admin/layout' do %>
<h1>Speaker Announcement</h1>

<%= link_to 'New AllSpeaekersAnnouncement', new_admin_speaker_announcement_path, class: "btn btn-primary" %>
<%= link_to 'New AllSpeakersAnnouncement', new_admin_speaker_announcement_path, class: "btn btn-primary" %>

<table class="table table-striped talks_table" >
<thead>
Expand Down

0 comments on commit 6f43e6a

Please sign in to comment.