2017-10-30 18:35:21 +03:00
|
|
|
<div class="container">
|
2017-11-06 17:45:11 +03:00
|
|
|
|
2018-06-17 11:41:18 +03:00
|
|
|
<div class="hero">
|
|
|
|
<header>
|
|
|
|
<h1>{{#title}}{{#.removed}}<span class="removed">{{.}}</span>{{/.removed}}{{#.same}}{{.}}{{/.same}}{{#.added}}<span class="added">{{.}}</span>{{/.added}}{{/title}}</h1>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
|
2017-11-06 17:45:11 +03:00
|
|
|
<div class="notice">
|
|
|
|
<p>
|
|
|
|
You are viewing the difference between two {{#consecutive?}}consecutive{{/consecutive}}
|
|
|
|
revisions of <a href="_by_id/{{article_id}}">this article</a>.
|
2018-10-07 14:54:09 +03:00
|
|
|
{{#author}}This changeset was authored by <a href="{{..author_link}}">{{.}}</a>.{{/author}}
|
2017-11-06 17:45:11 +03:00
|
|
|
</p>
|
2017-11-06 17:52:51 +03:00
|
|
|
|
|
|
|
<p>
|
2017-11-06 17:58:16 +03:00
|
|
|
See also the <a href="{{article_history_link}}">list of all changes</a> to this article
|
|
|
|
or the article as it was <a href="{{from_link}}">before</a> and <a href="{{to_link}}">after</a> this change.
|
2017-11-06 17:52:51 +03:00
|
|
|
</p>
|
2017-11-06 17:45:11 +03:00
|
|
|
</div>
|
2017-11-06 15:37:46 +03:00
|
|
|
|
2017-10-30 18:35:21 +03:00
|
|
|
<article>
|
2017-11-06 14:55:13 +03:00
|
|
|
<pre class="diff">{{#lines}}{{#.removed}}<span class="removed">{{.}}
|
|
|
|
</span>{{/.removed}}{{#.same}}<span class="same">{{.}}
|
|
|
|
</span>{{/.same}}{{#.added}}<span class="added">{{.}}
|
|
|
|
</span>{{/.added}}{{/lines}}</pre>
|
2017-10-30 18:35:21 +03:00
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{>footer/default.html}}
|