Coming soon!
There are a number of apps being worked on for Metamaps currently, including the playful Metamapper Slack Bot. Check back here for updates.
If you're a developer interested in building an app for Metamaps, check out the API docs.
There are a number of apps being worked on for Metamaps currently, including the playful Metamapper Slack Bot. Check back here for updates.
If you're a developer interested in building an app for Metamaps, check out the API docs.
{ if @applications.count > 0 }
{ t('doorkeeper.authorized_applications.index.application') } | { t('doorkeeper.authorized_applications.index.created_at') } | ||
---|---|---|---|
{ application.name } | { application.created_at.strftime(t('doorkeeper.authorized_applications.index.date_format')) } | { render 'delete_form', application: application } |