Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Instead of 'and' and 'not', use the punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed May 11, 2012
1 parent 504329a commit 3020158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/announcements/_announcement_for_all.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% if current_announcement.exists? and not announcement_hidden?(current_announcement) %>
<% if current_announcement.exists? && !announcement_hidden?(current_announcement) %>
<div id="announcement">
<span><%= current_announcement.body.html_safe %></span>
<span class="hide">
Expand Down

0 comments on commit 3020158

Please sign in to comment.