]> source.dussan.org Git - redmine.git/commit
Replace uses of image_tag() with CSS (#21256).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 20 Jan 2016 08:50:39 +0000 (08:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 20 Jan 2016 08:50:39 +0000 (08:50 +0000)
commit7467c145c03c07f42c844d52956fa708bb7d05ee
tree29b5d09a64047cf076c3eca8257c087de3fea268
parent2ec87100a91f88e8eb220225141a3873e9aaf933
Replace uses of image_tag() with CSS (#21256).

* Replace image_tag() with CSS classes
* Create some CSS classes where necessary
* Change "check all" positioned on the right in "Trackers -> Summary" and
  "Roles -> Permissions report" instead of left like in "Worfklow"
* Add missing title attribute in a few places
* Makes some lines shorter while at it

Patch by Daniel Ritz.

git-svn-id: http://svn.redmine.org/redmine/trunk@15068 e93f8b46-1217-0410-a6f0-8f06a7374b81
26 files changed:
app/helpers/application_helper.rb
app/helpers/email_addresses_helper.rb
app/helpers/issues_helper.rb
app/helpers/journals_helper.rb
app/helpers/watchers_helper.rb
app/views/admin/info.html.erb
app/views/admin/plugins.html.erb
app/views/attachments/_links.html.erb
app/views/issues/_attributes.html.erb
app/views/issues/_relations.html.erb
app/views/messages/show.html.erb
app/views/my/blocks/_timelog.html.erb
app/views/news/show.html.erb
app/views/reports/issue_report.html.erb
app/views/repositories/_related_issues.html.erb
app/views/roles/permissions.html.erb
app/views/settings/_repositories.html.erb
app/views/timelog/_list.html.erb
app/views/trackers/fields.html.erb
app/views/workflows/_form.html.erb
app/views/workflows/edit.html.erb
app/views/workflows/index.html.erb
app/views/workflows/permissions.html.erb
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/unit/helpers/application_helper_test.rb