Files
nairobi/app/views
Javi Martín cac24b0159 Extract component to show moderation actions
Note that in proposal notifications we're writing the call to
render the component in the same line as the <div class="reply">
definition in order to be able to use the `:empty` selector when the
component renders nothing. No browser matches whitespace with the
`:empty` selector, so we can't add newline characters inside the tag. A
more elegant solution would be extracting the proposal notification
actions to a component and only rendering it if the moderation actions
component is rendered.
2021-12-30 15:50:03 +01:00
..
2021-08-13 00:10:15 +02:00
2019-03-25 14:58:54 +01:00
2021-08-16 16:31:04 +02:00
2021-06-03 11:13:52 +02:00
2021-03-02 14:45:18 +01:00
2019-09-10 20:02:15 +02:00
2021-07-13 15:27:21 +02:00