Use the fa-copy icon for Clone Agent.

Akinori MUSHA 10 年之前
父節點
當前提交
f29c3844f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/views/agents/_action_menu.html.erb

+ 1 - 1
app/views/agents/_action_menu.html.erb

@@ -16,7 +16,7 @@
16 16
   </li>
17 17
 
18 18
   <li>
19
-    <%= link_to icon_tag('glyphicon-plus') + ' Clone agent'.html_safe, new_agent_path(id: agent), tabindex: "-1" %>
19
+    <%= link_to icon_tag('fa-copy') + ' Clone agent'.html_safe, new_agent_path(id: agent), tabindex: "-1" %>
20 20
   </li>
21 21
 
22 22
   <li>