⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
MyCyma
All Projects
MyCyma
Overview
Activity
Issues
Repository
Download (257 Bytes)
Statistics
| Branch:
master
| Tag:
0.2.0
| Revision:
root
/
app
/
views
/
admin
/
artwork_supports
/
_form.rhtml
@ master
View
History
Annotate
<p>
<%
form_for_resource
do
|
f
|
%>
<%=
stacking_form
(
f
)
do
|
table
|
table
.
field
:name
,
_
(
"Name:"
),
:text_field
table
.
field
:acronym
,
_
(
"Acronym:"
),
:text_field
,
:size
=>
4
table
.
content
display_standard_form_buttons
(
submit_label
)
end
%>
<%
end
%>
</p>
« Previous
1
2
3
…
5
Next »
(1-1/5)
Loading...