diff --git a/app/views/profiles/search.volt b/app/views/profiles/search.volt
index 5b5d02d4..6fb95d1a 100644
--- a/app/views/profiles/search.volt
+++ b/app/views/profiles/search.volt
@@ -19,8 +19,8 @@
Active? |
-{% endif %}
+{% endif %}
{{ profile.id }} |
{{ profile.name }} |
@@ -28,9 +28,9 @@
{{ link_to("profiles/edit/" ~ profile.id, ' Edit', "class": "btn") }} |
{{ link_to("profiles/delete/" ~ profile.id, ' Delete', "class": "btn") }} |
-
{% if loop.last %}
-
+
+
@@ -42,7 +42,7 @@
|
-
+
{% endif %}
{% else %}
diff --git a/app/views/users/search.volt b/app/views/users/search.volt
index 1ffd56de..b9adaae3 100644
--- a/app/views/users/search.volt
+++ b/app/views/users/search.volt
@@ -23,8 +23,8 @@
Confirmed? |
-{% endif %}
+{% endif %}
{{ user.id }} |
{{ user.name }} |
@@ -36,9 +36,9 @@
{{ link_to("users/edit/" ~ user.id, ' Edit', "class": "btn") }} |
{{ link_to("users/delete/" ~ user.id, ' Delete', "class": "btn") }} |
-
{% if loop.last %}
-
+
+
@@ -50,7 +50,7 @@
|
-
+
{% endif %}
{% else %}