Skip to content

Commit

Permalink
Merge branch 'devel' into v0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 1, 2015
2 parents a8f695c + ac5d97a commit 5e8f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/assets_loader_base.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module AssetsLoaderBase

def rbk_include_js(js)
javascript_include_tag(js, plugin: 'redmine_bootstrap_kit')
javascript_include_tag(js, plugin: 'redmine_bootstrap_kit') + "\n"
end


def rbk_include_css(css)
stylesheet_link_tag(css, plugin: 'redmine_bootstrap_kit')
stylesheet_link_tag(css, plugin: 'redmine_bootstrap_kit') + "\n"
end

end

0 comments on commit 5e8f6cc

Please sign in to comment.