Skip to content

Commit

Permalink
rubyとerbの書式を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yegusa committed Jan 13, 2025
1 parent c93e4bd commit 6f1b016
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 1.4/enju_install_vm_10.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ Enju 検索結果一覧画面に表示される書誌情報や所蔵情報の表
. `app/views/manifestations/_manifestation.html.erb`を編集します。
例えば、件名などを追加表示したい場合は以下のようなコード片を挿入します:
+
```ruby
[source,ruby]
----
<%- manifestation.subjects.each do |subject| -%>
<%= link_to "#{subject.subject_heading_type.display_name.localize}: #{subject.term}", manifestations_path(query: "subject_sm:\"#{subject.term}\"") -%>
<%- end -%>
```
----

. <<_enju_を再起動する,Enjuを再起動する>> を実行してEnjuを再起動し、検索して検索結果一覧画面を確認します。修正が必要なら 1. と 2. の手順を行います。

Expand Down Expand Up @@ -149,9 +150,10 @@ $ bundle exec rake assets:precompile
. `app/views/page/_header.html.erb`を編集します。
例えば、バナー画像をタイトルの代わりにつけたい場合は、以下の記述を変更します。
+
```
[source,erb]
----
<h1><%= link_to image_tag('custom/logo.png'), root_path %></h1>
```
----
+
////
{::comment}
Expand Down

0 comments on commit 6f1b016

Please sign in to comment.