Show error if you try to send too many messages

https://www.pivotaltracker.com/story/show/117630691

There is a limit of 50 messages per day in trial mode. Right now, we
don’t tell you this, we just start failing your messages.

This commit adds an error message if you upload a CSV file that has too
many rows in it.
This commit is contained in:
Chris Hill-Scott
2016-04-22 09:36:42 +01:00
parent 7b540fe10b
commit a6be0d0612
4 changed files with 52 additions and 4 deletions

View File

@@ -56,6 +56,19 @@
margin-top: 10px;
}
a {
&:link,
&:visited {
color: $error-colour;
}
&:hover {
color: $mellow-red;
}
}
}
.banner-mode {