summaryrefslogtreecommitdiff
path: root/app/views/whitelists/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/whitelists/show.html.haml')
-rw-r--r--app/views/whitelists/show.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/whitelists/show.html.haml b/app/views/whitelists/show.html.haml
new file mode 100644
index 0000000..77652f9
--- /dev/null
+++ b/app/views/whitelists/show.html.haml
@@ -0,0 +1,7 @@
+- title t("whitelists.show.page_title")
+
+%p
+ %strong= t('whitelists.show.name') + ":"
+ = @whitelist.name
+
+= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @parent, :child => @whitelist } \ No newline at end of file