From 973093549130d36be54721f48c9441b089f8b182 Mon Sep 17 00:00:00 2001 From: JiangRu Date: Tue, 6 Jan 2015 15:15:19 +0800 Subject: [PATCH] fix open_link target --- app/views/admin/web_resources/_form.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/admin/web_resources/_form.html.erb b/app/views/admin/web_resources/_form.html.erb index 7dc01ea..ab1aab2 100644 --- a/app/views/admin/web_resources/_form.html.erb +++ b/app/views/admin/web_resources/_form.html.erb @@ -116,18 +116,18 @@ - -
- -
- <%= f.select :link_open, WebLink::LINK_OPEN_TYPES.map{|wl| [t("web_link.#{wl}"), wl]} %> -
-
- <% end %> + +
+ +
+ <%= f.select :link_open, WebLink::LINK_OPEN_TYPES.map{|wl| [t("web_link.#{wl}"), wl]} %> +
+
+