Skip to content

Commit

Permalink
Task8123
Browse files Browse the repository at this point in the history
  • Loading branch information
daolm committed Oct 18, 2013
1 parent d9ac6de commit a785de4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

# Ignore other unneeded files.
doc/
*.swp
*~
.project
.DS_Store
.idea
bundler_stubs/
8 changes: 5 additions & 3 deletions app/views/users/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<% provide(:title, 'All users') %>
<h1>All users</h1>

<!-- Task #8128, commit
Author : DaoLM
Date : Firday, 18 October 2013 -->
<% provide(:title, 'Danh sách người dùng') %>
<h1>Danh sách người dùng</h1>
<ul class="users">
<% @users.each do |user| %>
<%= render "users/user", user: user %>
Expand Down

0 comments on commit a785de4

Please sign in to comment.