Skip to content

Commit

Permalink
oops, from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 27, 2014
1 parent 96317fd commit 26b40a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions static/default/html/partials/compose.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@
<div id="compose-crypto-encryption-{{mid}}" class="compose-crypto-encryption none" data-mid="{{mid}}">
<span class="icon icon-lock-open"></span><span class="text hide">{{_("None")}}</span>
</div>
<div id="compose-crypto-signature-{{mid}}" class="compose-crypto-signature none"
data-mid="{{mid}}"
data-crypto_signed=""
data-crypto_not_signed=""
data-crypto_signed_error=""
data-crypto_title_signed=""
data-crypto_title_not_signed=""
data-crypto_title_signed_error="">
<div id="compose-crypto-signature-{{mid}}" class="compose-crypto-signature none" data-mid="{{mid}}">
<span class="icon icon-signature-none"></span><span class="text hide">{{_("Unsigned")}}</span>
</div>
</div>
Expand Down

0 comments on commit 26b40a6

Please sign in to comment.