Commit 907de117539b534af1e3c1e09a708be0c3bf6b02

Authored by Braulio Bhavamitra
1 parent 5605437d

Fix token input css inclusion

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application-ng.rhtml
... ... @@ -14,7 +14,7 @@
14 14 <%= stylesheet_link_tag theme_stylesheet_path %>
15 15 <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %>
16 16 <%= stylesheet_link_tag "token-input" %>
17   - <%= stylesheet_link_tag "token-input-facebook" %>
  17 + <%= stylesheet_link_tag "token-input-facet" %>
18 18 <% @plugins.enabled_plugins.each do |plugin| %>
19 19 <% if plugin.stylesheet? %>
20 20 <%= stylesheet_tag plugin.class.public_path('style.css'), {} %>
... ...