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/custom/partials/_article.html.erb | |
| parent | 220c6f7bdfc0da33d4284495d6954b2b89f224f6 (diff) | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
Merge pull request #1 from erdgeist/deployed-state
Deployed state
Diffstat (limited to 'app/views/custom/partials/_article.html.erb')
| -rw-r--r-- | app/views/custom/partials/_article.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 4f772ae..433c31c 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb | |||
| @@ -3,5 +3,5 @@ | |||
| 3 | <div class="author_and_date"> | 3 | <div class="author_and_date"> |
| 4 | <%= date_for_page page %>, <%= author_for_page page %> | 4 | <%= date_for_page page %>, <%= author_for_page page %> |
| 5 | </div> | 5 | </div> |
| 6 | <p class="excerpt"><%= page.abstract %></p> | 6 | <p class="excerpt"><%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %></p> |
| 7 | </div> \ No newline at end of file | 7 | </div> \ No newline at end of file |
