ブログ記事の一覧にて、feature タグがついてるブログ記事はメンター・管理者にだけ目印が表示される。 #8186
+31
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
ブログ記事の一覧にて、
feature
タグがついてるブログ記事は、メンター・管理者にのみ目印であるfeature
という文言が表示されるように変更しました。変更確認方法
feature/highlight-blogs-with-a-feature-tag
をローカルに取り込むgit fetch origin pull/8186/head:feature/highlight-blogs-with-a-feature-tag
(2度目以降は上記ブランチのローカル変更に気をつけながら
--force
をつけてください)git switch feature/highlight-blogs-with-a-feature-tag
foreman start -f Procfile.dev
でローカルサーバーを立ち上げるkomagata
, password:testtest
)でログインする。feature
を入力し、エンターを押してタグを登録する。公開する
ボタンをクリックする。feature
の文字が表示されているか確認する。feature
の文字が表示されていないか確認する。Screenshot
変更前
tag-test
のブログにはfeature
タグをつけており、メンターまたは管理者としてログインしているが、目印は表示されない変更後
メンターまたは管理者としてログイン時
非ログイン時