mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
@@ -956,3 +956,12 @@ of the base style defined for a read-only textarea in dark mode. */
|
|||||||
padding: 8px 6px 8px 4px;
|
padding: 8px 6px 8px 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Only show links on the trailing bookend. */
|
||||||
|
.bookend-channel-settings-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.trailing_bookend .bookend-channel-settings-link {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
{{#tr}}
|
{{#tr}}
|
||||||
You subscribed to <z-stream-name></z-stream-name>. <channel-settings-link></channel-settings-link>
|
You subscribed to <z-stream-name></z-stream-name>. <channel-settings-link></channel-settings-link>
|
||||||
{{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}}
|
{{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}}
|
||||||
{{#*inline "channel-settings-link"}} <a href="#channels/{{stream_id}}/{{stream_name}}/personal">{{t 'Manage channel settings'}}</a>{{/inline}}
|
{{#*inline "channel-settings-link"}} <a class="bookend-channel-settings-link" href="#channels/{{stream_id}}/{{stream_name}}/personal">{{t 'Manage channel settings'}}</a>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
{{else if just_unsubscribed }}
|
{{else if just_unsubscribed }}
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
You unsubscribed from <z-stream-name></z-stream-name>. <channel-settings-link></channel-settings-link>
|
You unsubscribed from <z-stream-name></z-stream-name>. <channel-settings-link></channel-settings-link>
|
||||||
{{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}}
|
{{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}}
|
||||||
{{#*inline "channel-settings-link"}} <a href="#channels/{{stream_id}}/{{stream_name}}/general">{{t 'View in channel settings'}}</a>{{/inline}}
|
{{#*inline "channel-settings-link"}} <a class="bookend-channel-settings-link" href="#channels/{{stream_id}}/{{stream_name}}/general">{{t 'View in channel settings'}}</a>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
|
|||||||
Reference in New Issue
Block a user