diff options
| author | erdgeist <erdgeist-github@erdgeist.org> | 2025-01-28 22:40:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 22:40:06 +0100 |
| commit | 85a01e35274b8d4d4165a7b26bd7986e211246bb (patch) | |
| tree | 55453f8659825f7daa2af69ba94b514afdbbfed0 /app/views/search | |
| parent | 220c6f7bdfc0da33d4284495d6954b2b89f224f6 (diff) | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
Merge pull request #1 from erdgeist/deployed-state
Deployed state
Diffstat (limited to 'app/views/search')
| -rw-r--r-- | app/views/search/_search_result.html.erb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/search/_search_result.html.erb b/app/views/search/_search_result.html.erb index b480f89..14898a2 100644 --- a/app/views/search/_search_result.html.erb +++ b/app/views/search/_search_result.html.erb | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | <% if node.head %> | ||
| 1 | <div class="article_partial"> | 2 | <div class="article_partial"> |
| 2 | <h2 class="headline"><%= link_to node.head.title, content_path(node.unique_path) %></h2> | 3 | <h2 class="headline"><%= link_to node.head.title, content_path(node.unique_path) %></h2> |
| 3 | <p class="excerpt"><%= node.head.abstract %></p> | 4 | <p class="excerpt"><%= node.head.abstract %></p> |
| 4 | </div> \ No newline at end of file | 5 | </div> |
| 6 | <% end %> \ No newline at end of file | ||
