Mercurial > zeropaste
comparison app/views/layouts/application.html.erb @ 386:bf9e350f8a2b
Add styling to the alerts.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 10:24:35 +0900 |
parents | 62fef621f39c |
children | 91dabc034389 |
comparison
equal
deleted
inserted
replaced
385:62fef621f39c | 386:bf9e350f8a2b |
---|---|
14 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. | 14 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>. |
15 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. | 15 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. |
16 </p> | 16 </p> |
17 </header> | 17 </header> |
18 | 18 |
19 <%= render "layouts/alerts" %> | |
20 | |
19 <main> | 21 <main> |
20 <%= render "layouts/alerts" %> | |
21 | |
22 <%= yield %> | 22 <%= yield %> |
23 </main> | 23 </main> |
24 | 24 |
25 <%= javascript_include_tag "application" %> | 25 <%= javascript_include_tag "application" %> |
26 </body> | 26 </body> |