Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Milan
diaspora
Commits
a358bf7b
Unverified
Commit
a358bf7b
authored
Aug 27, 2017
by
flaburgan
Committed by
Benjamin Neff
Aug 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the notification to be the first icon on the left
closes #7592
parent
98cccda6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
Changelog.md
Changelog.md
+1
-0
app/assets/templates/post-controls_tpl.jst.hbs
app/assets/templates/post-controls_tpl.jst.hbs
+6
-6
app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs
...tes/single-post-viewer/single-post-moderation_tpl.jst.hbs
+6
-6
No files found.
Changelog.md
View file @
a358bf7b
...
...
@@ -8,6 +8,7 @@
*
Remove reference from reshares when original post is deleted
[
#7578
](
https://github.com/diaspora/diaspora/pull/7578
)
*
Merge migrations from before 0.6.0.0 to CreateSchema
[
#7580
](
https://github.com/diaspora/diaspora/pull/7580
)
*
Remove auto detection of languages with highlightjs
[
#7591
](
https://github.com/diaspora/diaspora/pull/7591
)
*
Move enable/disable notification icon
[
#7592
](
https://github.com/diaspora/diaspora/pull/7592
)
## Bug fixes
*
Fix displaying polls with long answers
[
#7579
](
https://github.com/diaspora/diaspora/pull/7579
)
...
...
app/assets/templates/post-controls_tpl.jst.hbs
View file @
a358bf7b
...
...
@@ -3,12 +3,6 @@
<i
class=
"entypo-trash"
></i>
</a>
{{else}}
<a
href=
"#"
rel=
"nofollow"
data-type=
"Post"
class=
"post_report"
title=
"
{{
t
"report.name"
}}
"
>
<i
class=
"entypo-warning"
></i>
</a>
<a
href=
"#"
rel=
"nofollow"
class=
"block_user"
title=
"
{{
t
"ignore"
}}
"
>
<i
class=
"entypo-block"
></i>
</a>
{{#if
participation
}}
<a
href=
"#"
rel=
"nofollow"
class=
"destroy_participation"
title=
"
{{
t
"stream.disable_post_notifications"
}}
"
>
<i
class=
"entypo-bell"
></i>
...
...
@@ -18,6 +12,12 @@
<i
class=
"entypo-bell"
></i>
</a>
{{/if}}
<a
href=
"#"
rel=
"nofollow"
data-type=
"Post"
class=
"post_report"
title=
"
{{
t
"report.name"
}}
"
>
<i
class=
"entypo-warning"
></i>
</a>
<a
href=
"#"
rel=
"nofollow"
class=
"block_user"
title=
"
{{
t
"ignore"
}}
"
>
<i
class=
"entypo-block"
></i>
</a>
<a
href=
"#"
rel=
"nofollow"
class=
"delete hide_post"
title=
"
{{
t
"stream.hide"
}}
"
>
<i
class=
"entypo-cross"
></i>
</a>
...
...
app/assets/templates/single-post-viewer/single-post-moderation_tpl.jst.hbs
View file @
a358bf7b
...
...
@@ -5,12 +5,6 @@
<i
class=
"entypo-trash"
></i>
</a>
{{else}}
<a
href=
"#"
data-type=
"Post"
class=
"post_report"
title=
"
{{
t
"report.name"
}}
"
>
<i
class=
"entypo-warning"
></i>
</a>
<a
href=
"#"
data-type=
"post"
class=
"block_user"
title=
"
{{
t
"ignore"
}}
"
>
<i
class=
"entypo-block"
></i>
</a>
{{#if
participation
}}
<a
href=
"#"
data-type=
"nofollow"
class=
"destroy_participation"
title=
"
{{
t
"stream.disable_post_notifications"
}}
"
>
<i
class=
"entypo-bell"
></i>
...
...
@@ -20,6 +14,12 @@
<i
class=
"entypo-bell"
></i>
</a>
{{/if}}
<a
href=
"#"
data-type=
"Post"
class=
"post_report"
title=
"
{{
t
"report.name"
}}
"
>
<i
class=
"entypo-warning"
></i>
</a>
<a
href=
"#"
data-type=
"post"
class=
"block_user"
title=
"
{{
t
"ignore"
}}
"
>
<i
class=
"entypo-block"
></i>
</a>
<a
href=
"#"
data-type=
"post"
class=
"hide_post"
title=
"
{{
t
"stream.hide"
}}
"
>
<i
class=
"entypo-cross"
></i>
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment