Add indication about markdown formatting in the publisher
This commit is contained in:
parent
c660c90091
commit
923a4f2ab4
4 changed files with 9 additions and 4 deletions
|
|
@ -56,6 +56,7 @@ A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) t
|
|||
* Improve the management of the contacts visibility settings in an aspect [#4567](https://github.com/diaspora/diaspora/pull/4567)
|
||||
* Add actions on aspects on the contact page [#4570](https://github.com/diaspora/diaspora/pull/4570)
|
||||
* Added a statistics route with general pod information, and if enabled in pod settings, total user, half year/monthly active users and local post counts [#4602](https://github.com/diaspora/diaspora/pull/4602)
|
||||
* Add indication about markdown formatting in the publisher [#4589](https://github.com/diaspora/diaspora/pull/4589)
|
||||
|
||||
# 0.2.0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -261,12 +261,11 @@
|
|||
}
|
||||
|
||||
#publisher.closed {
|
||||
#publisher_textarea_wrapper {
|
||||
#hide_publisher {
|
||||
#publisher_textarea_wrapper #hide_publisher,
|
||||
.markdownIndications {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#publisher_photo_upload {
|
||||
position: absolute;
|
||||
|
|
@ -277,6 +276,8 @@
|
|||
}
|
||||
|
||||
#publisher-images {
|
||||
padding-left: 5px;
|
||||
|
||||
#locator {
|
||||
bottom: 1px !important;
|
||||
display: inline-block;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
= status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
|
||||
|
||||
#publisher-images
|
||||
%span.markdownIndications
|
||||
!= t('.formatWithMarkdown', link: link_to('markdown', 'https://diasporafoundation.org/formatting'))
|
||||
#locator.btn{:title => t('.get_location')}
|
||||
= image_tag 'icons/marker.png', :alt => t('.get_location').titleize, :class => 'publisher_image'
|
||||
#file-upload.btn{:title => t('.upload_photos')}
|
||||
|
|
|
|||
|
|
@ -992,6 +992,7 @@ en:
|
|||
one: "In %{count} aspect"
|
||||
other: "In %{count} aspects"
|
||||
publisher:
|
||||
formatWithMarkdown: "You can use %{link} to format your post"
|
||||
posting: "Posting..."
|
||||
share: "Share"
|
||||
preview: "Preview"
|
||||
|
|
|
|||
Loading…
Reference in a new issue