Skip to content

Commit

Permalink
Fix typo in class name (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored and ddnexus committed Feb 5, 2019
1 parent 40ef36d commit 11944e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2018 Domizio Demichelis
Copyright (c) 2017-2019 Domizio Demichelis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/nav.html.erb
Expand Up @@ -6,7 +6,7 @@
Usage: link.call( page_number [, text [, extra_attributes_string ]])
-%>
<% link = pagy_link_proc(pagy) -%>
<%# -%><nav aria-label="pager" class="pagy_nav agination" role="navigation">
<%# -%><nav aria-label="pager" class="pagy_nav pagination" role="navigation">
<% if pagy.prev -%> <span class="page prev"><%== link.call(pagy.prev, pagy_t('pagy.nav.prev'), 'aria-label="previous"') %></span>
<% else -%> <span class="page prev disabled"><%== pagy_t('pagy.nav.prev') %></span>
<% end -%>
Expand Down

0 comments on commit 11944e4

Please sign in to comment.