Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed May 29, 2018
1 parent f8b305b commit 814ed58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions default/web_tt2/nav.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@
</ul>
</li>
[% IF is_owner ~%]
<li class="has-dropdown [% IF action == 'review' %]active[%END%]">
[% IF action == 'review' %][% SET class = 'active' %][% ELSE %][% SET class = '' %][%END%]
<li class="[% class %]">
<a href="#">
[%|loc%]Users[%END%]
</a>
<ul class="dropdown">
<ul class="vertical menu">
<li [% IF page.match('^\d+$') %]class="active"[%END%]>
<a href="[% 'review' | url_rel([list]) %]" >
[%|loc%]Subscribers[%END%]
Expand Down
2 changes: 1 addition & 1 deletion default/web_tt2/review.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
title="[%|loc%]Delete[%END%]"
value="[% u.email %]" />
[%~ ELSIF u.included ~%]
&nbspo;
&nbsp;
[%~ END %]
</div>
[%~ END %]
Expand Down

0 comments on commit 814ed58

Please sign in to comment.