Patch #4268 ยป mailto_render_helper.diff
| redmine/wiki_formatting.rb (working copy) | ||
|---|---|---|
| 53 | 53 |
class Formatter |
| 54 | 54 |
include ActionView::Helpers::TagHelper |
| 55 | 55 |
include ActionView::Helpers::TextHelper |
| 56 |
include ActionView::Helpers::UrlHelper |
|
| 56 | 57 |
|
| 57 | 58 |
def initialize(text) |
| 58 | 59 |
@text = text |