Skip to content

Commit

Permalink
rename template files: txt -> text
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 28, 2021
1 parent 37edf7d commit f694da2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/manifestations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def index
format.html
format.xml { render xml: @manifestations }
format.rss { render layout: false }
format.txt { render layout: false }
format.text { render layout: false }
format.rdf { render layout: false }
format.atom
format.mods
Expand Down Expand Up @@ -309,7 +309,7 @@ def show
format.rdf
format.mods
format.json
format.txt
format.text
format.js
format.ttl
format.download {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f694da2

Please sign in to comment.