aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorLuc Donnet2017-09-19 12:15:50 +0200
committerGitHub2017-09-19 12:15:50 +0200
commit8baf33bc7e46d57dbfbe7eab9848ef0adb38465c (patch)
tree4b10d4a3151f5b74c1d63776366019a311e801f7 /app/views
parent8673b6d0c0f947209053f66ebb3a77669517566c (diff)
parentafc4f74ebf932328c374491d22b62ffb437aea60 (diff)
downloadchouette-core-8baf33bc7e46d57dbfbe7eab9848ef0adb38465c.tar.bz2
Merge pull request #71 from af83/4446-spec-features-api-keys
4446 spec features api keys
Diffstat (limited to 'app/views')
-rw-r--r--app/views/api_keys/edit.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api_keys/edit.html.slim b/app/views/api_keys/edit.html.slim
index b1bd1858d..9d7d1fdb7 100644
--- a/app/views/api_keys/edit.html.slim
+++ b/app/views/api_keys/edit.html.slim
@@ -5,7 +5,7 @@
t('last_update', time: l(@api_key.updated_at, format: :short)),
''
- / Below is secundary actions & optional contents (filters, ...)
+ / Below are secondary actions & optional content (filters, ...)
.row.mb-sm
.col-lg-12.text-right
= ( policy(@api_key).destroy? ? link_to(t('actions.destroy'), api_key_path(@api_key), :method => :delete, class: 'btn btn-default') : '' )