-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
65 generowanie listy komentarzy #405
base: master
Are you sure you want to change the base?
65 generowanie listy komentarzy #405
Conversation
…enerowanie-listy-komentarzy
…enerowanie-listy-komentarzy
…enerowanie-listy-komentarzy
…enerowanie-listy-komentarzy
click_on("Data nadesłania") | ||
expect(page).to have_content(/11-01-2016.*19-01-2016/) | ||
click_on("Data nadesłania") | ||
expect(page).to have_content(/19-01-2016.*11-01-2016/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brakuje end
…enerowanie-listy-komentarzy
…enerowanie-listy-komentarzy
@@ -58,6 +58,7 @@ def update | |||
|
|||
def show | |||
@issue = Issue.find_by_volume(params[:id]) | |||
@article_revisions = ArticleRevision.joins(:submission).where(submissions: { issue: id }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: params[:id]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choć mam spore wątpliwości odnośnie tego czy to jest potrzebne.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To powinno być w osobnej akcji show_comments
zdefiniowanej w tym kontrolerze. Na wzór akcji takich jak show_reviews
etc.
Musi być jeszcze wpis w |
Szanowny Panie , czy mogłabym dostać 1 punkt za to zadanie? Wiem, że nie jest dokończone ale Pozdrawiam W dniu piątek, 4 marca 2016 Aleksander Smywiński-Pohl <
|
#65