Skip to content

Commit

Permalink
Revise alerts checkbox in manage repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 6, 2017
1 parent a32f834 commit 84ea089
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -278,7 +278,7 @@ ${render_repository_items( metadata, containers_dict, can_set_metadata=True, ren
<form name="receive_email_alerts" id="receive_email_alerts" action="${h.url_for( controller='repository', action='manage_repository', id=trans.security.encode_id( repository.id ) )}" method="post" >
<div class="form-row">
<label>Receive email alerts:</label>
<input type="checkbox" id="alerts" name="alerts" value="true" ${"checked" if alerts_checked else ""} >
${render_checkbox(alerts_check_box)}
<div class="toolParamHelp" style="clear: both;">
Check the box and click <b>Save</b> to receive email alerts when updates to this repository occur.
</div>
Expand Down

0 comments on commit 84ea089

Please sign in to comment.