Merge pull request #44.

This commit is contained in:
Logan Fick
2017-10-18 18:55:52 -04:00
7 changed files with 40 additions and 8 deletions
+4 -1
View File
@@ -45,6 +45,9 @@
</tr>
</tbody>
</table>
<h3>Public Key</h1>
<p>All notification emails will be encrypted with this key if you supply it.</p>
<%= f.text_area :public_key, placeholder: "-----BEGIN PGP PUBLIC KEY BLOCK-----" %>
<p><%= f.submit "Save changes", class: "btn blue left" %></p>
<div class="clear"></div>
<% end %>
<% end %>