Skip to content

Commit

Permalink
Merge branch 'devel' into v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 23, 2015
2 parents a9cfbce + 9e7f0a6 commit 193fbbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ You can contribute to this plugin in many ways such as :
* Submitting translations

You can also donate :)

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FBT7E7DAVVEEU)
14 changes: 7 additions & 7 deletions app/views/common/_jenkins_js_headers.html.haml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- content_for :header_tags do
= redmine_bootstrap_kit_load(:redmine_bootstrap_kit)
= redmine_bootstrap_kit_load(:bootstrap_label)
= redmine_bootstrap_kit_load(:bootstrap_modals)
= redmine_bootstrap_kit_load(:bootstrap_pagination)
= redmine_bootstrap_kit_load(:bootstrap_switch)
= redmine_bootstrap_kit_load(:bootstrap_tables)
= redmine_bootstrap_kit_load(:font_awesome)
= bootstrap_load_base
= bootstrap_load_module(:label)
= bootstrap_load_module(:modals)
= bootstrap_load_module(:pagination)
= bootstrap_load_module(:switch)
= bootstrap_load_module(:tables)
= bootstrap_load_module(:font_awesome)

= stylesheet_link_tag 'application', plugin: 'redmine_jenkins'

Expand Down

0 comments on commit 193fbbc

Please sign in to comment.