Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
labwork2_Miralles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannah Miralles
labwork2_Miralles
Commits
6856d89a
Commit
6856d89a
authored
Jul 06, 2016
by
★ Nana ★
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
super super final
parent
581a577d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
edit.html.erb
app/views/student_grades/edit.html.erb
+4
-5
new.html.erb
app/views/student_grades/new.html.erb
+5
-6
No files found.
app/views/student_grades/edit.html.erb
View file @
6856d89a
...
...
@@ -67,13 +67,12 @@
<label
for=
"inputHistoryGrade"
class=
"sr-only"
>
History Grade
</label>
<input
type=
"text"
name=
"inputHistoryGrade"
id=
"inputHistoryGrade"
class=
"form-control"
placeholder=
"History Grade"
maxlength=
"3"
value=
"
<%=
@StudentGrade
.
history_grade
%>
"
required
>
</div>
<br>
<input
class=
"btn"
type=
"submit"
value=
"Submit"
></input>
<%
end
%>
<br><br>
</div>
</div>
</div>
</center>
<br><br><br>
<
<
input
class=
"btn"
type=
"submit"
value=
"Submit"
></input>
<%
end
%>
</div>
\ No newline at end of file
app/views/student_grades/new.html.erb
View file @
6856d89a
...
...
@@ -52,10 +52,9 @@
<label
for=
"inputHistoryGrade"
class=
"sr-only"
>
History Grade:
</label>
<input
type=
"text"
name=
"inputHistoryGrade"
id=
"inputHistoryGrade"
class=
"form-control"
placeholder=
"History Grade"
maxlength=
"3"
required
>
</div>
</div>
<br><br><br>
<center><input
class=
"btn btn-lg btn-primary"
type=
"submit"
value=
"Submit"
></input></center>
<br>
<input
class=
"btn"
type=
"submit"
value=
"Submit"
></input>
<%
end
%>
<br><br>
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment