Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
c541ced3
Unverified
Commit
c541ced3
authored
1 year ago
by
Srgr0
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
非ログイン時に「メモを追加」を表示しない (#12310)
* Update home.vue * Update CHANGELOG.md
parent
e1cc95d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
packages/frontend/src/pages/user/home.vue
+1
-1
1 addition, 1 deletion
packages/frontend/src/pages/user/home.vue
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
c541ced3
...
...
@@ -20,6 +20,7 @@
### Client
-
Fix: アイコンデコレーションが複数の場所で見切れている問題を修正
― Fix: 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正
-
Fix: 非ログイン時に「ノートを追加」を表示しないように変更 #12309
### Server
-
Fix: トークンのないプラグインをアンインストールするときにエラーが出ないように
...
...
This diff is collapsed.
Click to expand it.
packages/frontend/src/pages/user/home.vue
+
1
−
1
View file @
c541ced3
...
...
@@ -26,7 +26,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span
v-if=
"user.isAdmin"
:title=
"i18n.ts.isAdmin"
style=
"color: var(--badge);"
><i
class=
"ti ti-shield"
></i></span>
<span
v-if=
"user.isLocked"
:title=
"i18n.ts.isLocked"
><i
class=
"ti ti-lock"
></i></span>
<span
v-if=
"user.isBot"
:title=
"i18n.ts.isBot"
><i
class=
"ti ti-robot"
></i></span>
<button
v-if=
"!isEditingMemo && !memoDraft"
class=
"_button add-note-button"
@
click=
"showMemoTextarea"
>
<button
v-if=
"
$i &&
!isEditingMemo && !memoDraft"
class=
"_button add-note-button"
@
click=
"showMemoTextarea"
>
<i
class=
"ti ti-edit"
/>
{{
i18n
.
ts
.
addMemo
}}
</button>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment