Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
ブログカテゴリ変更時のテンプレートでstrongタグが閉じられていないのを直した
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacook committed Dec 17, 2014
1 parent dc0e919 commit 58d94aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/activities/blogs/entry_updated.html
Expand Up @@ -7,7 +7,7 @@
{% elif title_updated %}
タイトルを「<strong>{{ activity.previous.snapshot.title }}</strong>」から「<strong>{{ object.title }}</strong>」に変えました
{% elif category_updated %}
カテゴリを「<strong>{{ activity.previous.snapshot.category.label }}/strong>」から「<strong><{{ object.category.label }}</strong>」へ変えました
カテゴリを「<strong>{{ activity.previous.snapshot.category.label }}</strong>」から「<strong>{{ object.category.label }}</strong>」へ変えました
{% elif body_updated %}
本文を編集しました
{% elif category_created %}
Expand Down

0 comments on commit 58d94aa

Please sign in to comment.