Skip to content

Commit

Permalink
Merge branch 'ItsThatGuySudhanshu-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh110 committed Mar 7, 2021
2 parents 3aa935d + ed20a4a commit 6a7042a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions app/views/contact_us/contact_us_info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>expertiza/contact_us</title>
</head>
<body>
<h1>Welcome to Contact Us</h1>
<p> Email: <a href = "mailto:expertiza-support@lists.ncsu.edu"> expertiza-support@lists.ncsu.edu
</a></p>
</body>
</html>
12 changes: 12 additions & 0 deletions app/views/contact_us/view.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>expertiza/contact_us</title>
</head>
<body>
<h1>Welcome to Contact Us</h1>
<p> Email: <a href = "mailto:expertiza-support@lists.ncsu.edu"> expertiza-support@lists.ncsu.edu
</a></p>
</body>
</html>
2 changes: 1 addition & 1 deletion app/views/users/_name.html.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<tr><td><%= label_tag('user[fullname]', 'Full name (last, first[ middle]): ') %></td><td>
<tr><td><%= label_tag('user[fullname]', 'Full name (last, first [middle]): ') %></td><td>
<%= text_field 'user', 'fullname', class: "form-control width-250"%></td></tr>

0 comments on commit 6a7042a

Please sign in to comment.