]> git.openstreetmap.org Git - rails.git/commit
Break long URLs where richtext is used.
authorTobias Jordans <t@tobiasjordans.de>
Sun, 27 Dec 2020 13:19:36 +0000 (14:19 +0100)
committerTobias Jordans <t@tobiasjordans.de>
Sun, 27 Dec 2020 21:11:36 +0000 (22:11 +0100)
commitb470e01f840d1b954326f8f863e185ebe7f9b9f2
tree50b41206817de927af51acbfb8458e63a0247936
parent8ecc1a4fce1b7ae97017de42c8377bf054e830e8
Break long URLs where richtext is used.

For example on the blog post show page.

This uses https://getbootstrap.com/docs/4.4/utilities/text/#word-break to break long URLs on the blog post show view.
app/helpers/application_helper.rb
app/views/diary_entries/_diary_comment.html.erb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/comments.html.erb
app/views/messages/show.html.erb
app/views/redactions/show.html.erb
app/views/shared/_richtext_field.html.erb
app/views/user_blocks/show.html.erb
app/views/users/_user.html.erb
app/views/users/show.html.erb