Skip to content

Commit

Permalink
updating news archive
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanhardy committed Sep 8, 2008
1 parent de64eb1 commit c503523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/views/mugshots/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
%label{:for => "mugshot_uploaded_data"}
%span Image:
= file_field_tag :uploaded_mugshot_data, :class => 'file'

%fieldset
= submit_tag 'Upload mugshot', :class => 'submit'
2 changes: 1 addition & 1 deletion app/views/posts/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.item.last
%h1
posts age like wine. <strong>blog archive</strong>
posts age like wine. <strong>news archive</strong>

- if @posts.any?
- first_year, first_month = @posts.first.published_at.year, @posts.first.published_at.month
Expand Down
4 changes: 2 additions & 2 deletions doc/WIP/notes-and-bugs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use "re-launch" phrasing in copy
mention random voter prize in WTF
no home link (add that master nav we talked about?)
tshirt linkage
weird line breaks in news archive, fix punctuations, suggests single line only
suggests single line only for archive
show countdown of attendee spots left available
use active states on tabs
create active state for master nav
Expand All @@ -49,7 +49,6 @@ promote sponsorship opportunities more
change jammer/new peep to login/register
why do I have to create a Webjam account to attend? needs explanation
change "good-looking" copy
change 'blog archive' to 'news archive'
show current count more prominently on events, home and when logged out
add info about what owning an account entails - contact from WJ, benefits etc
why doesn't it remember URL for login?
Expand All @@ -58,6 +57,7 @@ Send unlogged in users to custom login/registration page with explanation about

BUGS:

weird line breaks in news archive, fix punctuations (stupid HAML newlines - need helper?)
form error messages suck
make reversed hover states for sponsors
lame column sizing on Edit profile page
Expand Down

0 comments on commit c503523

Please sign in to comment.