Redstoner
+<%= image_tag "plots.png" %>We need some text here
Any suggestions?
\ No newline at end of file diff --git a/app/views/threadreplies/edit.html.erb b/app/views/threadreplies/edit.html.erb index 943083f..d45c2b7 100644 --- a/app/views/threadreplies/edit.html.erb +++ b/app/views/threadreplies/edit.html.erb @@ -1,3 +1,5 @@ +<% title "Edit Thread Reply: #{@reply.thread.title}" %> + <%= link_to @reply.thread.forum.group, forumgroup_path(@reply.thread.forum.group) %> → <%= link_to @reply.thread.forum, @reply.thread.forum %> → <%= link_to @reply.thread %> → Edit replyEdit reply
<%= form_for [@reply.thread, @reply] do |f| %> diff --git a/app/views/users/change_password.html.erb b/app/views/users/change_password.html.erb index 1ca943d..54a935c 100644 --- a/app/views/users/change_password.html.erb +++ b/app/views/users/change_password.html.erb @@ -1,4 +1,6 @@ -Change password
+<% title "Change Password" %> + +Change password
<%= form_for @user do |f| %> <%= f.text_field :current_password %> diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 3784df8..4071f93 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -1,3 +1,5 @@ +<% title "Edit User: #{@user.name}" %> + <% def can_edit? (@user.is?(current_user) && confirmed?) || (mod? && current_user.role >= @user.role) diff --git a/app/views/users/edit_login.html.erb b/app/views/users/edit_login.html.erb index 81bdae8..6fef6d3 100644 --- a/app/views/users/edit_login.html.erb +++ b/app/views/users/edit_login.html.erb @@ -1,3 +1,5 @@ +<% title "Edit Login Credentials: #{@user.name}" %> + <%= link_to @user.name, @user %> → Edit Login credentialsEdit Login credentials
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 74baa64..33fed1d 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -1,8 +1,8 @@ <% if params[:role] %> -All '<%= params[:role] %>' users
+<%= title "All '#{params[:role]}' Users" %>
<%= link_to "show all", users_path %> <% else %> -All users
+<%= title "All Users" %>
<% end %>Sign up
To get your token, join the Minecraft server (redstoner.com) and use the /token command.
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 911b1c6..c36f027 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,3 +1,5 @@ +<% title @user.name %> +