Commit 4347724a9a937bed8413522a40077c4cb1962a59
1 parent
e378a428
Exists in
master
and in
29 other branches
Add token input css app layout
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/application-ng.rhtml
... | ... | @@ -13,7 +13,8 @@ |
13 | 13 | <%= stylesheet_link_tag icon_theme_stylesheet_path %> |
14 | 14 | <%= stylesheet_link_tag theme_stylesheet_path %> |
15 | 15 | <%= stylesheet_link_tag jquery_ui_theme_stylesheet_path %> |
16 | - <%= stylesheet_link_tag "token-input-facet" %> | |
16 | + <%= stylesheet_link_tag "token-input" %> | |
17 | + <%= stylesheet_link_tag "token-input-facebook" %> | |
17 | 18 | <% @plugins.enabled_plugins.each do |plugin| %> |
18 | 19 | <% if plugin.stylesheet? %> |
19 | 20 | <%= stylesheet_tag plugin.class.public_path('style.css'), {} %> | ... | ... |