Skip to content

Commit

Permalink
fix for #53
Browse files Browse the repository at this point in the history
  • Loading branch information
perseuscatalog committed Jan 7, 2016
1 parent a021ac1 commit b202009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ class CatalogController < ApplicationController
config.add_show_field 'tg_name', :label => 'Group name:'
config.add_show_field 'work_urn', :label => 'URN:'
#config.add_show_field 'exp_urn', :label => 'URN:'
config.add_show_field 'exp_alt_title', :label => 'Alternate title:'
config.add_show_field 'work_abb_title', :label => 'Abbreviated title:'
#config.add_show_field 'exp_alt_title', :label => 'Alternate title:'
#config.add_show_field 'work_abb_title', :label => 'Abbreviated title:'
config.add_show_field 'ed_name', :label => 'Editor:'
config.add_show_field 'trans_name', :label => 'Translator:'
config.add_show_field 'exp_language', :label => 'Language:'
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_show_exp.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



<% field_list = ["abbr_title","host_title","publisher", "place_publ", "date_publ", "edition", "date_mod", "phys_descr", "pages", "word_count", "table_of_cont", "notes", "subjects"] %>
<% field_list = ["alt_title","abbr_title","host_title","publisher", "place_publ", "date_publ", "edition", "date_mod", "phys_descr", "pages", "word_count", "table_of_cont", "notes", "subjects"] %>

<div class="panel panel-default">
<div class="panel-body">
Expand Down

0 comments on commit b202009

Please sign in to comment.