tosdr / edit.tosdr.org

👍👎 A new web app to rate services
https://edit.tosdr.org
GNU Affero General Public License v3.0
213 stars 37 forks source link

"Add service" button on service page disappears #931

Closed JustinBack closed 3 years ago

JustinBack commented 3 years ago

When visiting the service page, the add service button disppears when the table has finished loading. This is fixed by removing the cloak attributes in the button properties

https://github.com/tosdr/edit.tosdr.org/blob/12bc5794cb79049c12b51430e041c23a4a2a5f47/app/views/services/index.html.erb#L22 as it doesn't make sense either to hide the button until the table is loaded.