Skip to content

Commit

Permalink
BugzID: 7531 - Jenga: if_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Crankums committed Nov 17, 2022
1 parent 4e540ce commit 8173d72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion app/models/standard_tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ class TagError < StandardError; end
tag.expand
end
end
deprecated_tag 'if_url', substitute: 'if_path', deadline: '1.2'

desc %{
The opposite of the @if_path@ tag.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@

<pre><code><r&#58;if_self>...</r&#58;if_self></code></pre>

if_url:
Renders the containing elements only if the page's url matches the regular expression
given in the @matches@ attribute. If the @ignore_case@ attribute is set to false, the
match is case sensitive. By default, @ignore_case@ is set to true.

*Usage&#58;*

<pre><code><r&#58;if_url matches="regexp" [ignore_case="true|false"]>...</r&#58;if_url></code></pre>

markdown:
Filters its contents with the Markdown filter.

Expand Down

0 comments on commit 8173d72

Please sign in to comment.