summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authoropentox <opentox@opentox.fdm.uni-freiburg.de>2010-04-15 21:15:44 +0200
committeropentox <opentox@opentox.fdm.uni-freiburg.de>2010-04-15 21:15:44 +0200
commit9d05281e77882b11d3f348976902f095f423f6c8 (patch)
treed6c18cedc9b9008cad7a6c272b21b6c271a6a26d /views/layout.haml
parenta64f22ba742a55f1f181d32a265c4e4c2715c061 (diff)
fixes for recent rest-client
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index cb11296..07071d9 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -17,7 +17,7 @@
.index
%ul
- %li{:class => ("selected" if /create/ =~ request.path )}
+ %li{:class => ("selected" if /\/create/ =~ request.path )}
= link_to "Create", "/create"
%li{:class => ("selected" if /models/ =~ request.path )}
= link_to "Inspect", "/models"