Files
codeocean/app/views/shared/_new_button.html.slim

5 lines
227 B
Plaintext

- if policy(model).new?
a.btn.btn-success href=(local_assigns.has_key?(:path) ? path : send(:"new_#{model.model_name.singular}_path"))
i.glyphicon.glyphicon-plus
= t('shared.new_model', model: model.model_name.human)