This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace occurrence of http in templates with https
- Loading branch information
Showing
83 changed files
with
138 additions
and
138 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/templates/activities/announcements/announcement_created.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ object.author.nickname }}さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を書きました</strong> | ||
<pre>{{ object.body | kfm | striptags | truncatechars_html:150 }}</pre> | ||
<strong>{{ object.author.nickname }}さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を書きました</strong> | ||
<pre>{{ object.body | kfm | striptags | truncatechars_html:150 }}</pre> |
4 changes: 2 additions & 2 deletions
4
src/templates/activities/announcements/announcement_created.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/templates/activities/announcements/announcement_deleted.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.author.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.author.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* | ||
<icon_url=https://{{ site.domain }}{{ object.author.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* |
4 changes: 2 additions & 2 deletions
4
src/templates/activities/announcements/announcement_updated.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.author.nickname }}さんが「{{ object.title }}」を書きました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{{ object.author.nickname }}さんが「{{ object.title }}」を書きました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ object.author.nickname }}さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を書きました</strong> | ||
<strong>{{ object.author.nickname }}さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を書きました</strong> | ||
<pre>{{ object.body | kfm | striptags | truncatechars_html:150 }}</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.author.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.author.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* | ||
<icon_url=https://{{ site.domain }}{{ object.author.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました <a href="http://{{ site.domain }}{{ comment.get_absolute_url }}">http://{{ site.domain }}{{ comment.get_absolute_url }}</a></strong> | ||
<strong>{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました <a href="https://{{ site.domain }}{{ comment.get_absolute_url }}">https://{{ site.domain }}{{ comment.get_absolute_url }}</a></strong> | ||
<pre>{{ comment.comment | kfm | striptags | truncatechars_html:150 }}</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<username={{ comment.user.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ comment.user.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ comment.content_object.get_absolute_url }}|{{ comment.content_object }}>」にコメントしました <http://{{ site.domain }}{{ comment.get_absolute_url }}>* | ||
<icon_url=https://{{ site.domain }}{{ comment.user.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ comment.content_object.get_absolute_url }}|{{ comment.content_object }}>」にコメントしました <https://{{ site.domain }}{{ comment.get_absolute_url }}>* | ||
``` | ||
{{ comment.comment | kfm | striptags | truncatechars_html:150 }} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました http://{{ site.domain }}{{ comment.get_absolute_url }} #Kawaz | ||
{{ comment.user.nickname }}さんが「{{ comment.content_object }}」にコメントしました https://{{ site.domain }}{{ comment.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong>「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」が作成されました</strong> | ||
<strong>「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」が作成されました</strong> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」が作成されました* | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」が作成されました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
「{{ object }}」が作成されました http://{{ site.domain }}{{ object.get_absolute_url }} | ||
「{{ object }}」が作成されました https://{{ site.domain }}{{ object.get_absolute_url }} | ||
{% endshortenurl %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
「{{ object }}」が削除されました http://www.kawaz.org #Kawaz | ||
「{{ object }}」が削除されました https://www.kawaz.org #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{{ object.organizer.nickname }}さんが「{{ object.title }}」を企画しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.organizer.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.organizer.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* | ||
<icon_url=https://{{ site.domain }}{{ object.organizer.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」に参加しました</strong> | ||
<strong><a href="https://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」に参加しました</strong> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ user.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ user.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object }}>」に参加しました* | ||
<icon_url=https://{{ site.domain }}{{ user.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object }}>」に参加しました* |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/events/event_user_removed.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong><a href="http://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」への参加をやめました</strong> | ||
<strong><a href="https://{{ site.domain }}{{ user.get_absolute_url }}">{{ user.nickname }}</a>さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」への参加をやめました</strong> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ user.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ user.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object }}>」への参加をやめました* | ||
<icon_url=https://{{ site.domain }}{{ user.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object }}>」への参加をやめました* |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/hatenablog/hatenablogentry_created.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong>広報ブログに「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」が投稿されました</strong> | ||
<strong>広報ブログに「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object }}</a>」が投稿されました</strong> |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/personas/persona_account_added.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong>{{ object.nickname }}さんが<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ service.label }}アカウント</a>の情報を追加しました</strong> | ||
<strong>{{ object.nickname }}さんが<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ service.label }}アカウント</a>の情報を追加しました</strong> |
4 changes: 2 additions & 2 deletions
4
src/templates/activities/personas/persona_account_added.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ service.label }}アカウント>の情報を追加しました* | ||
<icon_url=https://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ service.label }}アカウント>の情報を追加しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました http://{{ site.domain }}{{ object.get_absolute_url }} | ||
{{ object.nickname }}さんが{{ service.label }}アカウントの情報を追加しました https://{{ site.domain }}{{ object.get_absolute_url }} | ||
{% endshortenurl %} |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/personas/persona_activated.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong><a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.nickname }}</a>さんが入会しました</strong> | ||
<strong><a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.nickname }}</a>さんが入会しました</strong> | ||
<pre>{{ object.body | kfm | striptags | truncatechars_html:150 }}</pre> |
4 changes: 2 additions & 2 deletions
4
src/templates/activities/personas/persona_activated.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.nickname }}>さんが入会しました* | ||
<icon_url=https://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.nickname }}>さんが入会しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.nickname }}さんが入会しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{{ object.nickname }}さんが入会しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/personas/persona_profile_updated.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<strong>「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.nickname }}</a>」さんがプロフィールを更新しました</strong> | ||
<strong>「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.nickname }}</a>」さんがプロフィールを更新しました</strong> |
4 changes: 2 additions & 2 deletions
4
src/templates/activities/personas/persona_profile_updated.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.nickname }}>」さんがプロフィールを更新しました* | ||
<icon_url=https://{{ site.domain }}{{ object.get_large_avatar }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.nickname }}>」さんがプロフィールを更新しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.nickname }}さんのプロフィールが更新されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{{ object.nickname }}さんのプロフィールが更新されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
「{{ object.title }}」が公開されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
「{{ object.title }}」が公開されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」が公開されました</strong> | ||
<strong>「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」が公開されました</strong> | ||
<pre>{{ object.description | kfm | striptags | truncatechars_html:150 }}</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/templates/activities/products/product_release_added.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ release.label }}</a>」を追加しました</strong> | ||
<strong>{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ release.label }}</a>」を追加しました</strong> | ||
<pre>{{ object.description | kfm | striptags | truncatechars_html:150 }}</pre> |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/products/product_release_added.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました http://{{ site.domain }}{{ release.get_absolute_url }} | ||
{{ object.last_modifier.nickname }}さんが「{{ release.product.title }}」に「{{ release.label }}」を追加しました https://{{ site.domain }}{{ release.get_absolute_url }} | ||
#Kawaz | ||
{% endshortenurl %} |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/products/product_screenshot_added.hipchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ object.last_modifier.nickname }}さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」にスクリーンショットを追加しました</strong> | ||
<strong>{{ object.last_modifier.nickname }}さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」にスクリーンショットを追加しました</strong> | ||
<pre>{{ object.description | kfm | striptags | truncatechars_html:150 }}</pre> |
2 changes: 1 addition & 1 deletion
2
src/templates/activities/products/product_screenshot_added.slack.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load shortenurl %} | ||
{% shortenurl %} | ||
「{{ object }}」にスクリーンショットが追加されました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
「{{ object }}」にスクリーンショットが追加されました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{% endshortenurl %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました http://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz | ||
{{ object.administrator.nickname }}さんが「{{ object.title }}」を発足しました https://{{ site.domain }}{{ object.get_absolute_url }} #Kawaz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<strong>{{ object.administrator.nickname }}さんが「<a href="http://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を発足しました</strong> | ||
<strong>{{ object.administrator.nickname }}さんが「<a href="https://{{ site.domain }}{{ object.get_absolute_url }}">{{ object.title }}</a>」を発足しました</strong> | ||
<pre>{{ object.body | kfm | striptags | truncatechars_html:150 }}</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<username={{ object.administrator.nickname }}> | ||
<icon_url=http://{{ site.domain }}{{ object.get_large_icon }}> | ||
*「<http://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* | ||
<icon_url=https://{{ site.domain }}{{ object.get_large_icon }}> | ||
*「<https://{{ site.domain }}{{ object.get_absolute_url }}|{{ object.title }}>」を削除しました* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.